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

https://github.com/ahtrahdis7/send-custom-email

Send custom Email using HTML and CSS
https://github.com/ahtrahdis7/send-custom-email

html-css-javascript node-js quill-editor smtp-client smtp-server smtplib

Last synced: 7 months ago
JSON representation

Send custom Email using HTML and CSS

Awesome Lists containing this project

README

          

# send-custom-email
Send custom Email using HTML and CSS

## Getting Started


1. git clone
2. cd send-custom-email
3. npm install
4. Create a .env file and add the following:

MAIL_ID=your-gmail-account@gmail.com
MAIL_PASS=your-password

5. npm start