Hey Guys
Can Anyone give me some useful ressources to integrate nodemailer in my mean project in order to send verification emails
For further actions, you may consider blocking this person and/or reporting abuse
Hey Guys
Can Anyone give me some useful ressources to integrate nodemailer in my mean project in order to send verification emails
For further actions, you may consider blocking this person and/or reporting abuse
Thomas H. Young -
MAHMUDUL HASAN NABIL -
Sudhanshu Gaikwad -
Techpulse -
Top comments (1)
Hello,
I have just made a boilerplate for you to start with.
Github: Nodemailer-Express-Node
Hope this helps, you just have to replace the SMTP Settings.
Its a sample code to help integrate nodemailer into node, express and an easy html template. The code uses Express for API creation and then nodemailer to handle SMTP mails. For templating, I used EJS and a sample HTML email has been said, you just have to send the email.html file with an EJS variable, which is defined.
Let me know if this helps.