标签: javascript gmail html-email appscript
想在script.google.com中发送HTML。电子邮件需要具有样式。包含样式的最佳方法?
MailApp.sendEmail({ to:"email", subject: 'Email Title', htmlBody: '<h1 class="hello_h1"> HELLO </h1>' });