Open GoogleCodeExporter opened 8 years ago
I am experiencing the same issue and am noticing it when receiving email on an
iPhone (prior to downloading full message). I am planning on doing some tests
with a self-hosted version of GmailDelaySend, but it looks to be line 280 of
GmailDelaySend.js is using the "body" var for both plain text and html portions
of the multipart message. It should be easy enough to add another line earlier:
var plainbody = message.getPlainBody();
//getPlainBody() is available from Class GmailMessage ->
https://developers.google.com/apps-script/reference/gmail/gmail-message
and use the plainbody var as the 3rd passed value of the GmailApp.sendEmail
function on line 280. Will let you know if I get a chance to test this out.
Original comment by sidthed...@gmail.com
on 27 Aug 2014 at 7:07
Original issue reported on code.google.com by
gilles.p...@gmail.com
on 30 Jan 2014 at 8:41