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
- Host: GitHub
- URL: https://github.com/ahtrahdis7/send-custom-email
- Owner: ahtrahdis7
- Created: 2020-08-26T09:09:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-05T13:58:31.000Z (almost 5 years ago)
- Last Synced: 2025-01-26T05:24:32.783Z (9 months ago)
- Topics: html-css-javascript, node-js, quill-editor, smtp-client, smtp-server, smtplib
- Language: HTML
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
![]()