电子邮件中的超链接在 Outlook 2003 中无法正常显示

发布于 2024-10-27 02:57:24 字数 139 浏览 0 评论 0原文

我正在开发一个发送电子邮件的项目。电子邮件以 html 格式存储为模板。我使用该模板并替换 html 中的必要字段,然后通过组件发送它。

电子邮件中的超链接在 Outlook 2003 中显示为纯文本,但在 Outlook 2007 中却是超链接。

I am developing a project to send email. The email is stored in html format as a template. I use that template and replace necessary fields in html, then send it by a component.

The hyperlink in the email displays as plain text in Outlook 2003, but it is a hyperlink in Outlook 2007.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

浅唱ヾ落雨殇 2024-11-03 02:57:24

“我已经解决了这个问题。Outlook2007会自动生成包含“http://”或“@hotmail.com”等字符串的超链接。但是,Outlook2003不会。所以,我的源代码一开始就是不正确的。我应该事先给它一个“”容器 – Domi.N.Zhang 2011 年 3 月 26 日 1 点。 :01"

"I have solved this case. Outlook2007 will generate hyperlink for string which contains "http://" or "@hotmail.com" etc. automatically. However,Outlook2003 will not. So, my source code is incorrect at the very start. I should given it a "" container beforehand. – Domi.N.Zhang Mar 26 '11 at 1:01"

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