coderbunker / gas

G-Suite Google Apps Script (GAS) used with Coderbunker documents
3 stars 0 forks source link

Automatical welcome email - aberrant record #75

Closed Sunying-RONG closed 5 years ago

Sunying-RONG commented 5 years ago

Find a way to prevent aberrant record block all the other records' email sending procedure. Solution: Using try{ GmailApp.sendEmail()} catch(){} If sending email is failed, will remark the status of this record with "Error", and don't send email to account manager.

andiechu commented 5 years ago

Update the solution in the issue's description