Email Markup may not Work I using Amazon SES

2019-08-12 08:12发布

问题:

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!