Skip to content

A Node.js email server built with Nodemailer and MailTrap

Notifications You must be signed in to change notification settings

DesmondSanctity/node-email-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-email-server

A Node.js email server built with Nodemailer and MailTrap

To run the project, follow the instructions below:

  • First install the packages needed for the project. You can see them in the package.json file
npm install
  • Second, go to Mailtrap, create an account and get your credentials (user key and password). Create a new file in the root directory .env and save the keys there
EMAIL=<sender's email address>
USER=<mailtrap user key>
PASSWORD=<mailtrap password>
  • Finally run the project to start our server using this command:
npm start

About

A Node.js email server built with Nodemailer and MailTrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published