Skip to content

Instantly share code, notes, and snippets.

View aniav's full-sized avatar
🌵
Yay!

Ania Warzecha aniav

🌵
Yay!
View GitHub Profile
@aniav
aniav / send_email.gs
Created February 10, 2015 22:03
Send Confirmation Email with Google Forms
/* Send Confirmation Email with Google Forms */
function Initialize() {
var triggers = ScriptApp.getProjectTriggers();
for (var i in triggers) {
ScriptApp.deleteTrigger(triggers[i]);
}