How to insert an emoji into an email sent with GmailApp?

后端 未结 3 1629
夕颜
夕颜 2020-11-30 14:04

I have a GAS script that sends automated emails and would like to include a couple of emojis. I\'ve tried using shortcodes and copying/pasting, but nothing so far seems to h

3条回答
  •  無奈伤痛
    2020-11-30 14:28

    The easiest complete answer that also works with SMS recipients is this:

    function testNewMail() {
     MailApp.sendEmail({
        to: "yourphonenumbergoeshere@mymetropcs.com",
        subject: "Logos",
        htmlBody: "

提交回复
热议问题