I want to add Gmail Email actions to my outbound emails: https://developers.google.com/gmail/markup/reference/offer?hl=en
Using mailchimp, I have verified with Mailchimp that the emails are signed by DKIM.
When I view the email headers I send, I see
mailed-by: mail171.suw12.mcsv.net
Signed by: mail171.suw12.mcsv.net
I would expect to see, in order to work with Gmail Actions:
mailed-by: mycompany.net
Signed by: mycompany.net
Typical issues Google rejects submissions include:
1) Email’s domain not authenticated properly (DKIM, SPF).
2) Authenticated domain does not match the “From:” email’s domain.
3) Not enough volume sent to Gmail addresses (need more than 100 emails/day).
4) Spam reputation is too low (too many spam complaints from users/emails qualified as spam).
I have verified 2-4 is not an issue.
Has anyone used Mailchimp successfully to send Gmail actions markup?