Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 607
Guillermo Ceballos Avatar asked Oct 31 '22 14:10

Guillermo Ceballos


1 Answers

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.

like image 119
Markus Lanthaler Avatar answered Dec 11 '22 01:12

Markus Lanthaler