Line break in a message

后端 未结 4 1033
-上瘾入骨i
-上瘾入骨i 2020-12-03 22:11

With Google Apps Script, how to make a line break in a variable to send mail?

4条回答
  •  自闭症患者
    2020-12-03 22:40

    If you're not sending an HTML formatted message, use "\n". I personally despise HTML formatted e-mail.

提交回复
热议问题