【发布时间】:2021-04-12 09:15:01
【问题描述】:
我有使用 YouTube 链接的程序,该链接使用谷歌表单到谷歌表格,然后使用模板生成 PDF。
但在 GMailApp 脚本中,我无法加粗和下划线。
这是消息
var message =
`\nThank you. You have successfully completed your form.
\nPlease print the attached PDF copy of the form and submit the signed hardcopy by Friday, 16th April 2021.
\nNote: This is an automated system generated email. Please do not reply this email.`
如何加粗“2021 年 4 月 16 日星期五”和 斜体“注意:这是系统自动生成的电子邮件。请不要回复此电子邮件。?
【问题讨论】:
-
请编辑您的问题,包括minimal reproducible example
-
你可以像这篇文章中一样使用 HTML stackoverflow.com/questions/35243078/…
标签: google-apps-script gmail-api