Hotmail - 自动编码 URL

发布于 2024-12-05 20:24:09 字数 492 浏览 0 评论 0原文

我正在使用 PHP 开发一个向客户发送电子邮件的应用程序。电子邮件正文包含返回我们网站的 URL 超链接,如下所示:

http://myserver/myfolder/test.cfm?id=una-bottiglia-di-vino-©-®

以上网址包含

Yahoo、GMail、Outlook 等中的版权和注册符号。我发送时显示的链接。但是 Hotmail 将 href url 显示为编码

http:// /myserver/myfolder/test.cfm?id=una-bottiglia-di-vino-%a9-%ae

I'm developing an application with PHP that sends emails to customers. The body of the email contains a URL hyperlink back to our site kind of like this:

http://myserver/myfolder/test.cfm?id=una-bottiglia-di-vino-©-®

The above url contatins copyright and registered symbols

In Yahoo, GMail, Outlook, etc. the link displayed as I sent. However Hotmail displays the href url as encoded

http://myserver/myfolder/test.cfm?id=una-bottiglia-di-vino-%a9-%ae

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

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

发布评论

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

评论(1

悲歌长辞 2024-12-12 20:24:09

在您的邮件中,您只需执行 urlencode($myUrl);

更多信息: http://php.net/manual/en/function.urlencode.php< /a>

In your mail you just do urlencode($myUrl);

More information: http://php.net/manual/en/function.urlencode.php

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