Skip to content

Commit ef86df5

Browse files
authored
Updates minor typo.
1 parent 51684fe commit ef86df5

File tree

1 file changed

+1
-1
lines changed
  • solutions/automations/mail-merge

1 file changed

+1
-1
lines changed

solutions/automations/mail-merge/Code.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function sendEmails(subjectLine, sheet=SpreadsheetApp.getActiveSheet()) {
9494
// Uncomment advanced parameters as needed (see docs for limitations)
9595
GmailApp.sendEmail(row[RECIPIENT_COL], msgObj.subject, msgObj.text, {
9696
htmlBody: msgObj.html,
97-
// bcc: 'a.bbc@email.com',
97+
// bcc: 'a.bcc@email.com',
9898
9999
// from: '[email protected]',
100100
// name: 'name of the sender',

0 commit comments

Comments
 (0)