https://github.com/accimeesterlin/nodemailer-examples
Nodemailer examples
https://github.com/accimeesterlin/nodemailer-examples
nodejs-email nodejs-modules nodemailer nodemailer-handlebars nodemailer-plugin nodemailer-smtp-transport nodemailer-transport
Last synced: 30 days ago
JSON representation
Nodemailer examples
- Host: GitHub
- URL: https://github.com/accimeesterlin/nodemailer-examples
- Owner: accimeesterlin
- Created: 2019-03-03T02:28:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-02-27T18:29:18.000Z (over 2 years ago)
- Last Synced: 2025-04-04T03:04:46.835Z (2 months ago)
- Topics: nodejs-email, nodejs-modules, nodemailer, nodemailer-handlebars, nodemailer-plugin, nodemailer-smtp-transport, nodemailer-transport
- Language: JavaScript
- Homepage: https://www.youtube.com/playlist?list=PLurIMwd6GdCiv8ZhpqcwqpFM5Ez4JGago
- Size: 878 KB
- Stars: 98
- Watchers: 2
- Forks: 128
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Email Examples - Nodejs
This is a list of email examples in Node.js
| Topics | Videos | Project |
| ------- |:--------------------------------------------------------------------:| -------------------:|
| Send email Attachment | [video](https://youtu.be/9zEhGUIUwxY)| [Link](https://github.com/accimeesterlin/nodemailer-examples/tree/master/sendAttachment) |
| Send email with MailGun | [video](https://youtu.be/Va9UKGs1bwI)| [Link](https://github.com/accimeesterlin/nodemailer-examples/tree/master/sendEmailWithMailGun) |
| Send Email with Gmail | [video](https://youtu.be/Va9UKGs1bwI)| [Link](https://github.com/accimeesterlin/nodemailer-examples/tree/master/sendEmailWithGmail) |
| Send email templates with Handlebars | [video](https://youtu.be/38aE1lSAJZ8)| [Link](https://github.com/accimeesterlin/nodemailer-examples/tree/master/sendTemplates) |
| Submit a form, and recieve an email | [video](https://youtu.be/JpcLd5UrDOQ)| [Link](https://github.com/accimeesterlin/nodemailer-examples/tree/master/sendFormEmail) |