Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jawadddd/nodemailer
Website where user give his/her UserName, Receiver's Gmailid, Subject of message and messageToSend and that message is sent automatically to receiver without using Gmail app.
https://github.com/jawadddd/nodemailer
expressjs nodejs nodemailer receive-mails send-mail webprogramming
Last synced: 10 days ago
JSON representation
Website where user give his/her UserName, Receiver's Gmailid, Subject of message and messageToSend and that message is sent automatically to receiver without using Gmail app.
- Host: GitHub
- URL: https://github.com/jawadddd/nodemailer
- Owner: jawadddd
- Created: 2023-05-22T12:21:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-10T22:02:29.000Z (9 months ago)
- Last Synced: 2024-02-11T20:37:32.114Z (9 months ago)
- Topics: expressjs, nodejs, nodemailer, receive-mails, send-mail, webprogramming
- Language: HTML
- Homepage:
- Size: 754 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeMailer
Website having front end in html and express js backend. User give his/her UserName, gmailId of Receiver, Subject and messageToSend and that message is sent automatically
to Receiver's mail without using Gmail app.
## Two Independent Layers:
1)Html, FrontEnd.
2)NodeJS ExpressJS , BackEnd.