NodeMailer is an E-Mail sending bot which uses the SMTP file transfer protocol. Just enter the recipients email address along with the message in the portal and you are good to go. To use this with your own Gmail account, get your smtp credentials from Gmail. Until then, enjoy mine!
In the Website, click on the Send Email button to go to the form for sending mail. Enter the receiver's Email Address and the message you want to send. That's it, its that simple.
Some major frameworks that were used in creating of this project.
- Clone the repo
git clone [email protected]:RishabhKodes/NodeMailer.git
- Goto root directory
cd NodeMailer
- Install NPM packages
npm install
- Run using command:
node app.js
- Visit Link
https://localhost:3000
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Rishabh Bhandari - LinkedIn Email
Project Link - Deployed
Made with ❤️
by e33or_assasin