使用Google Apps脚本在电子邮件详细信息中不显示密件抄送标记

时间:2018-09-11 10:55:27

标签: google-apps-script gmail

密件抄送标记在电子邮件详细信息中不可见(即使在检查原始邮件时),尽管邮件已发送到密件抄送电子邮件地址。 CC标签可以正常工作

MailApp.sendEmail({
  to: '123@jhb.hv',
  cc: 'test@test.com',
  bcc: 'test1@test.com, test2@test.com, test3@test.com',
  name : 'Test',
  subject: "New request",
  htmlBody: "<p>Test</p>"

这是正在使用的代码。

0 个答案:

没有答案