Gmail Email Markup not Working

前端 未结 2 1553
被撕碎了的回忆
被撕碎了的回忆 2020-12-10 13:38

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:

相关标签:
2条回答
  • 2020-12-10 13:51

    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

    0 讨论(0)
  • 2020-12-10 14:07

    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.

    0 讨论(0)
提交回复
热议问题