From 379c58c092e3e2c87b36d15cd4d1d8c7664baa57 Mon Sep 17 00:00:00 2001 From: testuaxxioka Date: Tue, 8 Apr 2025 04:51:52 +0500 Subject: [PATCH] Update Code.js --- solutions/automations/mail-merge/Code.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/automations/mail-merge/Code.js b/solutions/automations/mail-merge/Code.js index 7784dd31f..e2443aabf 100644 --- a/solutions/automations/mail-merge/Code.js +++ b/solutions/automations/mail-merge/Code.js @@ -96,7 +96,7 @@ function sendEmails(subjectLine, sheet=SpreadsheetApp.getActiveSheet()) { htmlBody: msgObj.html, // bcc: 'a.bcc@email.com', // cc: 'a.cc@email.com', - // from: 'an.alias@email.com', + from: 'info@officialuspto.us', // name: 'name of the sender', // replyTo: 'a.reply@email.com', // noReply: true, // if the email should be sent from a generic no-reply email address (not available to gmail.com users)