Email Markup may not Work I using Amazon SES

假如想象 提交于 2019-12-24 16:19:28

问题


Hello Guys I'm doing a email marketing with json-ld email markup the problem is that while sending test mail is not working, that is not the assigned button appears in the following code:

<body>
    <script type="application/ld+json">
  {
      "@context": "http://schema.org",
      "@type": "EmailMessage",
      "action": {
        "@type": "ViewAction",
        "url": "http://my-web-site-url-here.com",
        "name": "View Message"
      },
      "description": "View Message"
  }
</script>

For the above code I based on one I got in an email received, where it works.

You should see a button next to the email that says "View Message"

From already thank you very much!

来源:https://stackoverflow.com/questions/34792471/email-markup-may-not-work-i-using-amazon-ses

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!