Skip to content

Instantly share code, notes, and snippets.

@karimmakhloufi
Created November 7, 2019 03:35
Show Gist options
  • Save karimmakhloufi/3919aa435e349f21a5a61f9c6b0eef94 to your computer and use it in GitHub Desktop.
Save karimmakhloufi/3919aa435e349f21a5a61f9c6b0eef94 to your computer and use it in GitHub Desktop.
function doPost(e) {
MailApp.sendEmail("karim@kazoo.agency", "New lead", e.parameter.email);
return ContentService.createTextOutput('false');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment