Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 252 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 252 Bytes

mail-a-node

A simple example of sending mail with nodemailer

Sample .env

MAIL_FROM="from@mail.com"
MAIL_REPLYTO="replyto@mail.com"
MAIL_SUBJECT="I’m a subject"
SMTP_SERVER=smtp.mail.io
SMTP_PORT=2525
SMTP_USER="user"
SMTP_PASS="pass"