Skip to content

schalkneethling/mail-a-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

About

A simple example of sending mail with nodemailer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published