Transactional email sending via Nodemailer.
Environment Variables
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USER=
MAIL_PASS=
[email protected]
Key Files
apps/server/src/mail/— Mail module
Transactional email sending via Nodemailer.
MAIL_HOST=smtp.example.com
MAIL_PORT=587
MAIL_USER=
MAIL_PASS=
[email protected]
apps/server/src/mail/ — Mail module