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.
Send the name, email, and message from the user email to another email address
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.jsChange the file name from .env.example to .env, then you can see this variable:
PORT=
EMAIL_USER=
EMAIL_PASS=
EMAIL_TO=For support, email riybuzniz@gmail.com.
If you have any feedback, please reach out to us at riybuzniz@gmail.com