Created
November 7, 2019 03:35
-
-
Save karimmakhloufi/3919aa435e349f21a5a61f9c6b0eef94 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function doPost(e) { | |
MailApp.sendEmail("[email protected]", "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