Skip to content

ahtrahdis7/send-custom-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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