I'm testing email sent from Google Apps Script and it's sending it with the display name of the email address (the part before the @).
It's a business address like: info@example.com and all that is showing is "info".
I would like to make it like: "Bob from Example.com"
Is there any way to do this in App Script? I have it set up for manually sent emails.
Thanks in advance. I couldn't find help from a Google search.
Hi ' + firstName + ',
Just a little update to let you know that we have your job planned for ' + targetDate})
– MrGreggles Apr 21 '14 at 18:37