I\'m testing Gmail\'s Email Markup functionality for Parcel Deliveries, and it seems I can\'t get it right. This is the e-mail content after sending an e-mail to myself:
If you use Google SMTP relay, you have to use an SPF record looking like this :
600 IN TXT "v=spf1 a include:_spf.google.com ~all"
Source: https://support.google.com/a/answer/178723?hl=en
The markup looks fine. You need to authenticate your mail with DKIM or SPF though (see https://developers.google.com/gmail/markup/registering-with-google#email_sender_quality_guidelines). The easiest way to achieve this is to use Gmails SMTP server instead of your own.