Skip to content

LambdaIITH/html-emails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send HTML emails with App Script

Getting Started

  1. Open the mail.gs file in the Google Apps Script editor.
  2. Update the script with your email details and any other necessary configurations.
  3. Save the changes.
  4. Modify the email template in index.html and place it in the same App Script project.
  5. Click on Run in App Script toolbar to execute the script send the email.

Note: Since images are involved in sending emails, one simple way to include them by creating a github repo and enabling Github Pages to serve images

Emails we have used

Hackatober Fest
Dashboard App Store Release
Dashboard Calendar Release

Find Social Media icons here

  1. White Icons
    a. https://email-assets.iith.dev/social-icons/white/linkedin.png
    b. https://email-assets.iith.dev/social-icons/white/instagram.png
    c. https://email-assets.iith.dev/social-icons/white/whatsapp.png
    d. https://email-assets.iith.dev/social-icons/white/github.png

License

This project is licensed under the MIT License. See the LICENSE file for details.