Skip to content

This is a Mail Sending Server that enables to send mails through server. It is made using Nodejs (packages used are express and nodemailer).

Notifications You must be signed in to change notification settings

Swati-Tanu/Mail-Sending-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mail-Sending-App

This is a Mail Sending Server that enables to send mails through server. It is made using Nodejs (packages used are express and nodemailer).

A simple server that enables to send mails through. The application is made using Express server, nodemailer and ethereal email.

Getting Started

Since this is an example project, I'd encourage you to clone and rename this project to use for your purposes. It's a good starter boilerplate.

  • Clone or download the repository to your local machine.
  • Then run the following command in terminal in to install the packages used:
  1. npm i express
  2. npm i nodemailer
  • To start the project run the following command in terminal:
  1. node index.js
  • You can modify the sender's and receiver's mail detail by editing it in the main.js file present under controllers folder.
  • Explore the code by opening the file in a text editor and following the comments.

Demo

A short video demo of the complete project:

video1423148592.mp4

Deployment

The deployed link of the project: https://jolly-bass-flip-flops.cyclic.app/

Contributions

Contributions are always welcome! Please submit an issue using the issue tab above if you have feedback or improvement suggestions. I would appreciate it if you could submit a pull request with a fix.

About

This is a Mail Sending Server that enables to send mails through server. It is made using Nodejs (packages used are express and nodemailer).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published