Guillermo Ceballos
Guillermo Ceballos

Reputation: 380

Gmail Markup with Mandrill

I'm testing the gmail markup "go to action": https://developers.google.com/gmail/markup/actions/actions-overview#go-to_actions

I've set up a gmail markup (with microdata due Mandrill doesn't support json-ld) in a HTML email and send it like it's shown in this tutorial: https://developers.google.com/gmail/markup/apps-script-tutorial

It's working well, but when I try to send the same HTML email through Mandrill API, the action button is not shown at all. I know the "from" and "to" emails must be the same gmail account so I do so when I send it in both cases, but just only works when I use the app script.

Is mandrill removing any microdata info when the email is sent? Has anyone dealt with this scenario?

Upvotes: 4

Views: 1098

Answers (1)

Markus Lanthaler
Markus Lanthaler

Reputation: 3823

Your mails need to be authenticated via DKIM or SPF. The app-script (and Gmail in general) does this automatically for you. It thus probably won't work with Mandrill unless you register with Google.

Upvotes: 2

Related Questions