Skip to content

Commit

Permalink
fix: typo (googleworkspace#419)
Browse files Browse the repository at this point in the history
Updates minor typo.
  • Loading branch information
kar320 authored Aug 2, 2023
1 parent 2581928 commit 38d31c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solutions/automations/mail-merge/Code.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: '[email protected]',
// from: '[email protected]',
// name: 'name of the sender',
Expand Down

0 comments on commit 38d31c7

Please sign in to comment.