Skip to content

namangoel1/mailer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailer

This is a small node js server that can send emails using nodemailer.

Running

git clone https://github.com/fossasia/mailer.git
cd mailer

Install dependancies.

npm install

Visit localhost:3100 on your browser.

You can actually make it send emails using your gmail account. However it might involve you clearing some security for your account. Proceed at your own risk.

copy the config files:

cp config.json.dist config.json

Edit config.json with your gmail username and password. Fire up the mail server again. Send emails!

About

A simple mail server through Nodemailer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • CSS 24.7%