html 超链接在 Entourage 中的括号中显示 URL
我有一个用 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在来自某些网站的电子邮件中,上面的超链接可以在 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?