shantanu109 / WolfJobs

A job portal that provides Recruiters with a means to post temporary job openings and Candidates to apply for the jobs without being concerned about permanent associations.
MIT License
0 stars 3 forks source link

Automatic Email Trigger #1

Open gargvarun250 opened 2 years ago

gargvarun250 commented 2 years ago

Hey Guys, I can see that Nodejs does not include any preinstalled module or library to send emails. I found below links for guidance: https://www.courier.com/blog/how-to-send-emails-with-node-js https://netcorecloud.com/tutorials/how-to-send-email-with-node-js/

Kindly look into these.

leanneserrao commented 2 years ago

Looking into this

gargvarun250 commented 2 years ago

I looked into this. NodeMailer seems like the best way to do this.