我有一个发送自动电子邮件的 GAS 脚本,并希望包含几个表情符号。我试过使用短代码和复制/粘贴,但到目前为止似乎没有任何效果。只是想看看有没有我遗漏的东西。
编辑:这是代码:
var title = rowData.publicationTitle;
var journal = rowData.journalTitle;
var url = rowData.publicationUrl;
//Emoji goes here in the body:
var body = "Hi " + firstName + "!<br><br>I noticed your article <a href='" + url + "'>“" + title + "”</a> was recently published in <i>" + journal + "</i>. Congratulations! This is just a friendly reminder to please upload your original document and a PDF version to our publications app when you have time.<br><br>To upload your …Run Code Online (Sandbox Code Playgroud)