Mailing
Nodemailer
To use Nodemailer with supastarter, make sure you have an SMTP server available, that you can send mails from.
Add the following environment variables to your .env.local
file and your deployment environment:
Then, make sure to activate Nodemailer in the config.ts
:
To customize the provider, edit the packages/mail/provider/nodemailer/index.ts
.
For further instructions, follow the general mail instructions.