character limit in a line while using spreadsheet to send automated mail
33 views
Skip to first unread message
Erfan Ramezanpour
unread,
Nov 14, 2021, 1:50:35 PM11/14/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Apps Script Community
One interesting limitation I found was that lines of text over about 70 characters is split into two lines in the email. eg. const CalMessage = ‘We would like to provide the same friendly and personal service you are used to.’; Becomes in the email: We would like to provide the same friendly and personal service you are used to. I have tried a few ideas, but cannot get a long line. Can you make a suggestion when convenient? Thank you for your consideration.