accimeesterlin / nodemailer-examples

Nodemailer examples

Home Page:https://www.youtube.com/playlist?list=PLurIMwd6GdCiv8ZhpqcwqpFM5Ez4JGago

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Email not sent after making required changes

ShreyaPrasad1209 opened this issue · comments

I used the sendFormEmail logic and tried to send an email but it did not work. My changes are

  • added name section before email section
  • removed .env file entirely and require('dotenv').config(); . I did the same with your code and it worked perfectly.

Link to my repository. Check About folder for js files.