Skip to content

shravani2008/email_sender_project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email Sender Project — Web Technologies (Node.js)


About the Project

This project helps send test emails using Node.js and Mailtrap.
It is useful for web developers who want to learn how to send emails safely from their backend applications without spamming real inboxes.


How It Works

When you run the file index.js, it connects to Mailtrap using credentials stored in the .env file and sends a test email to your Mailtrap inbox.


Files Included

  1. index.js → main program
  2. .env → stores Mailtrap credentials
  3. package.json → contains dependencies and scripts
  4. README.md → documentation file

How to Run the Project

  1. Install Node.js
  2. Open Terminal → navigate to your project folder
  3. Run:
    npm install
    

##Run the program:

node index.js

Check your Mailtrap Inbox for the test email

##Author Info

Author: Shravani Patil

About

a node.js project for sending test emails using mailtrap

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published