verify email using accounts.ui package

后端 未结 3 1337
挽巷
挽巷 2021-02-14 09:45

I want to send a verification email when some user is created. I use the accounts-password package, so any Accounts methods are called in my code.

I read in documentati

3条回答
  •  庸人自扰
    2021-02-14 10:27

    on the serverside:

    Accounts.config({sendVerificationEmail: true, forbidClientAccountCreation: false}); 
    

    got the answer from the comments above.

提交回复
热议问题