I am trying to email users a url that they need to click on
to be verified.
If I send the email to a POP3 account, it seems to work just
fine, but if I
send it to hotmail, etc, in the email, the link appears
messed up after the
first '&' in the url. So, if I have
http://www.test.com/verify.cfm?username='test'&PID=12345
It only shows the link active up until the verify.cfm point,
everything else
after that is just text, doesn't show up as part of the link
if you click on
the url. I've tried setting the charset to ISO-8859-1 and
UTF-8, neither
seems to make a dfference.
Any ideas?
Thanks.