diff --git a/solutions/automations/mail-merge/Code.js b/solutions/automations/mail-merge/Code.js index b5951421b..7784dd31f 100644 --- a/solutions/automations/mail-merge/Code.js +++ b/solutions/automations/mail-merge/Code.js @@ -94,7 +94,7 @@ function sendEmails(subjectLine, sheet=SpreadsheetApp.getActiveSheet()) { // Uncomment advanced parameters as needed (see docs for limitations) GmailApp.sendEmail(row[RECIPIENT_COL], msgObj.subject, msgObj.text, { htmlBody: msgObj.html, - // bcc: 'a.bbc@email.com', + // bcc: 'a.bcc@email.com', // cc: 'a.cc@email.com', // from: 'an.alias@email.com', // name: 'name of the sender',