forked from googleworkspace/apps-script-samples
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates minor typo.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|