测试基于文本的电子邮件
我正在使用 Google AppEngine API 向我的应用程序的用户发送电子邮件。电子邮件字段接受 html 和 body,其中前者是电子邮件的 HTML 版本,后者是纯文本形式。我可以通过向自己发送电子邮件来轻松测试 HTML 版本(看看它的外观)。但我想知道如果现在所有的电子邮件提供商都是基于 HTML 的,我如何测试纯文本版本?
I am using Google AppEngine API to send an email to my application's users. The email fields accepts html and body, where the former is the HTML version of the email and the latter is the plain text form. I can easily test the HTML version (to see how it looks) by sending an email to myself. But I am wondering how I can test the plain text version if all of the email providers nowadays are HTML based?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
给自己发送一封电子邮件,然后查看源代码。例如,在 GMail 中,您可以通过单击邮件右上角的向下箭头,然后单击“显示原始内容”来执行此操作。
Send an email to yourself, then view the source. In GMail, for instance, you do this by clicking on the down arrow in the upper right corner of the message, then clicking "Show Original".