Skip to content

vaishnavihole/node-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✉️ node-mailer

Simple Email Service Using Nodemailer

How to use it?

POST https://node-mailer-kp6g.onrender.com/send

body

{
    "to": "vaishnavihole1@gmail.com",
    "subject": "test email",
    "text": "this is test email using my node mailer service"
    
}

response

{
    "status": true,
    "message": "message send successfully"
}

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published