测试基于文本的电子邮件

发布于 2024-10-14 18:55:59 字数 196 浏览 7 评论 0原文

我正在使用 Google AppEngine API 向我的应用程序的用户发送电子邮件。电子邮件字段接受 htmlbody,其中前者是电子邮件的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

︶ ̄淡然 2024-10-21 18:55:59

给自己发送一封电子邮件,然后查看源代码。例如,在 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".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文