Email templates

Copy email templates from feathers-mongoose-casl

We use PUG template engine to build the emails that will be sent to the user in the authentication process copy the ready to use templates to your app you can always customize the emails in the future 1- Create new folder - create "email-templates" folder inside src folder

2- Open node_modules\feathers-mongoose-casl\lib\src\services\authmanagement\email-templates

3- Copy the account folder to your new email-templates folder

3 - Git commit

git add .
git commit -m "create email-templates folder to verified user email"

Last updated