Email service
We need mail service to verify user email
Send emails using mailgun
// Add this lines "mailgun": { "apiKey": "key-XXX", "domain": "XX.com" } "feathers-mongoose-casl": { "mailer": { "service": "mailgun", },
Send emails using sendgrid
Last updated
Was this helpful?