Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 253 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 253 Bytes

Mail

Send email with nodemailer in Node js(Express)

POST Request

/api/mail
Header:
auth
JSON Body:
{
to:
sub:
text:
}

Technologies Used

  • Node js
  • Express js
  • Nodemailer
  • Heroku