【发布时间】:2011-06-10 06:26:28
【问题描述】:
我需要在正文中发送我网站的 URL,以便邮件收件人可以点击它加入我的网站。
但是目前邮件客户端是这样渲染邮件的:
网址在&符号处被截断,因此整个加入过程失败。如何在邮件正文中传递http://www.example.com/foo.php?this=a&join=abc&user454 之类的 URL?
我当前的 HTML 如下:
<a href="mailto:test@test.test?body=Link goes here http://www.example.com/foo.php?this=a&really=long&url=with&lots=and&lots=and&lots=of&prameters=on_it
">Link text goes here</a>
【问题讨论】: