Skip to content

thenamevishnu/nodejs-send-mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

nodejs-send-mail

HOW TO USE

const config = {
fromEmail : "[email protected]", // your email
password : "hcdsxxxxxxdfjh", // your email password
toEmail : "[email protected]", //send email to
subject : "hello", //subject
text : "Hi" //message
}

HOW TO SEND ?


sendMail(config).then(res=>{
console.log(res);
})

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published