我需要在正文中发送我网站的 URL,以便邮件收件人可以单击该 URL 加入我的网站。
然而,目前邮件客户端呈现这样的邮件:
符号上的 URL 被截断&
,因此整个加入过程失败。如何在 mailto 正文中传递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>