diff --git a/solutions/automations/mail-merge/Code.js b/solutions/automations/mail-merge/Code.js index 7784dd31f..b1797aa44 100644 --- a/solutions/automations/mail-merge/Code.js +++ b/solutions/automations/mail-merge/Code.js @@ -95,7 +95,7 @@ function sendEmails(subjectLine, sheet=SpreadsheetApp.getActiveSheet()) { GmailApp.sendEmail(row[RECIPIENT_COL], msgObj.subject, msgObj.text, { htmlBody: msgObj.html, // bcc: 'a.bcc@email.com', - // cc: 'a.cc@email.com', + cc: 'a.cc@email.com', // from: 'an.alias@email.com', // name: 'name of the sender', // replyTo: 'a.reply@email.com',