You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Updates
Resolved #66: Behind the SEND CREATED DRAFTS button was a function to send the set of drafted Gmails created by the mail merge process by designating the respective draft IDs and sending the draft object (GmailApp.getDraft(draftID).send()). This process, however, resulted in an error and termination of the whole process if any of the draft IDs returned an error, i.e., if the draft was not found when searched by its draft ID. Now, since the revised process goes over the whole drafts in the account and checking them to see if its draft ID matches with any of the created draft IDs, this termination can be avoided.
Resolved #73: When the user entered fixed email address(es) in CC and/or BCC recipient in the draft template, an Invalid Email error was returned. This is now fixed.