Skip to content

ryzmdn/nodejs-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NodeJS Mailer

Nodemailer is a module for Node.js applications that allows easy email sending. The project started in 2010 when there were few reliable options for sending email messages, and today, it is the default solution for most Node.js users.

How does it work?

Send the name, email, and message from the user email to another email address

Installation

Clone this repository using the steps below.

# Clone repository
git clone https://github.com/ryzmdn/nodejs-mailer.git

# Change directory folder
cd nodejs-mailer

# Install Dependencies
npm install

# Open code editor
code .

# Run web server
node server.js

Usage

Change the file name from .env.example to .env, then you can see this variable:

PORT=
EMAIL_USER=
EMAIL_PASS=
EMAIL_TO=

Support

For support, email riybuzniz@gmail.com.

Feedback

If you have any feedback, please reach out to us at riybuzniz@gmail.com

Source

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors