An open API service indexing awesome lists of open source software.

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

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) |