【发布时间】:2016-09-04 04:16:32
【问题描述】:
我正在尝试self-test 我的电子邮件架构。
我的邮件是通过以下方式发送的:
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: quoted-printable
当我查看原始标记的电子邮件时,原始脚本标记<script type="application/ld+json"> 呈现为<script type=3D"application/ld+json">。
markup tester 失败,但是当我手动删除 3D 时,它通过了测试。
Q1 - Google 是否支持quoted-printable 编码?
Q2 - 为什么测试失败?
注意:在 Rails 应用程序中,我使用 Mandrill API 发送电子邮件。
【问题讨论】:
标签: email mandrill schema.org google-schemas