我正在尝试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发送电子邮件。