Email service
We need mail service to verify user email
You can skip this step if you did not need a verification email in your app
How to disabled email verify? 1 - open config\default.json 2- Set false at verifyEmail.enabled
If you are using mailgun without domain you need to verify the emails you want to email Please add your email where you'd like to sign in to your apphttps://app.mailgun.com/app/account/authorized
Send emails using mailgun
Create mailgun account
Update config file
/config/default.json
Send emails using sendgrid
Create sengrid account
Update config file
/config/default.json
Last updated