html 超链接在 Entourage 中的括号中显示 URL

发布于 2024-08-19 21:27:45 字数 457 浏览 9 评论 0原文

我有一个用 .Net 编写的电子邮件脚本,用于发送 html 电子邮件。电子邮件使用普通的 html 超链接在电子邮件中插入链接,如下所示:

<a href="http://www.stackoverflow.com/">StackOverflow</a>

问题是,在 Entourage 中,这样的超链接总是像这样显示:

StackOverflow < http://www.stackoverflow.com/ >

How can I format the hyperlink in my email so that in Entourage文本“StackOverflow”是实际的超链接,文本后面不显示URL?是否有需要设置的html元标记?我必须在某处设置内容类型吗?或者我应该使用超链接本身的不同 html 语法?

I have an email script written in .Net that sends html emails. The email uses normal html hyperlinks to insert a link in the email, like this:

<a href="http://www.stackoverflow.com/">StackOverflow</a>

The problem is that in Entourage, a hyperlink like this always shows up for me like this:

StackOverflow < http://www.stackoverflow.com/ >

How can I format the hyperlink in my email so that in Entourage the text "StackOverflow" is the actual hyperlink, and the URL is not displayed after the text? Is there an html meta tag that needs to be set? Do I have to set the content-type somewhere? Or is there a different html syntax on the hyperlink itself that I should use?

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

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

发布评论

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

评论(1

老街孤人 2024-08-26 21:27:45

在来自某些网站的电子邮件中,上面的超链接可以在 Entourage 中正确呈现,而在其他网站的电子邮件中则不然。那么,从这些不同域发送的电子邮件有什么区别呢?

我怀疑这是元信息中的某些内容。也许是域密钥签名?

In emails from some websites a hyperlink such as the one above renders correctly in Entourage, whereas in emails from others it does not. So, what is the difference between the emails sent from these different domains?

I suspect it is something in the meta information. Maybe the DomainKey-Signature?

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