Hello,
I'm writing a script in MCC level and at the end I send an email with an
attachment. Almost every time, the email is received in the junk in our
Outlook inbox.
Here's the function that I used.
MailApp.sendEmail(
'[email protected]',
subject,
body,
{
attachments:[{ fileName: 'file.csv', mimeType: 'text/csv', content:
csv }],
noReply: true
}
);
In addition, there's via maestro.bounces.google.com added to the sender of
the email.
How can I fix it so that it's not detected as spam?
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/77900a3a-2937-4718-a630-e0fd2b37d09b%40googlegroups.com.