Skip to content

v3.0.1

Compare
Choose a tag to compare
@ttsukagoshi ttsukagoshi released this 14 Apr 15:28
6a918df

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.