Skip to content

Commit f3a9033

Browse files
author
Chad Dougherty
committed
put a copy of the jobs form exporter into the repo for posterity
This Google Apps Script currently runs in my personal Google account (and only sends email to me, in fact). Placing this into the repo allows someone else from US-RSE to recreate it in the event that my Google account goes away. Signed-off-by: Chad Dougherty <[email protected]>
1 parent 8c113b2 commit f3a9033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/jobs-form-exporter.gs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,4 @@ function onFormSubmit(e) {
5858
// Send the email
5959
GmailApp.sendEmail(mailto, mailsubject, mailbody);
6060
}
61+

0 commit comments

Comments
 (0)