I want to create a link inside of a message created and sent
by cfmail. the message will be used to complete the user
registration cycle. I would like the email to look something like
http://mysite/usermailregistrationpage?code=ADGBDGDFGAXAFADFDA.
I do not want to create a hyperlink as in <a
href=
http://mysite/usermailregistrationpage?code=ADGBDGDFGAXAFADFDA>click
here</a> because I would like to user to be able to
copy/paste the string into the browser if they dont have html
enabled in the email reader. any quick hints on how to do this
inside of the <cfmail></cfmail> tags? Thanks in
advance! dan