Skip to content

hereshem/Node-Mail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic Node Mail which actually works

Setup Instructions

  • clone the repo git clone https://github.com/hereshem/Node-Mail
  • run node server.js
  • goto browser and type http://localhost:3000

Environemnt Variables

  • MAIL_HOST - smtp provider hostname
  • MAIL_PORT - smtp port
  • MAIL_USER - smtp username
  • MAIL_PASS - smtp password
  • MAIL_FROM - from email address
  • MAIL_SECURE - True if port is 465, otherwise false

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors