MailApp类属性

时间:2019-02-01 13:08:07

标签: javascript gmail html-email appscript

想在script.google.com中发送HTML。电子邮件需要具有样式。包含样式的最佳方法?

 MailApp.sendEmail({
  to:"email",
  subject: 'Email Title',
  htmlBody: '<h1 class="hello_h1"> HELLO </h1>'
});

0 个答案:

没有答案