Skip to content

Instantly share code, notes, and snippets.

View RayanAbid's full-sized avatar
🦜
Focusing

Rayan Abid RayanAbid

🦜
Focusing
View GitHub Profile
@RayanAbid
RayanAbid / Code.gs
Last active October 29, 2022 18:33 — forked from AhsanAyaz/Code.gs
Email automation App Script ( send email with aliases script )
/**
Replace the "<DOCID>" with your document ID, or the entire URL per say. Should be something like:
var EMAIL_TEMPLATE_DOC_URL = 'https://docs.google.com/document/d/asdasdakvJZasdasd3nR8kmbiphqlykM-zxcrasdasdad/edit?usp=sharing';
*/
var EMAIL_TEMPLATE_DOC_URL = 'https://docs.google.com/document/d/<DOCID>/edit?usp=sharing';
var EMAIL_SUBJECT = 'This is an important email';
/**
* Sends a customized email for every response on a form.