Link in email doesn't work.

Vote:
 

 I have the following in a click-event for a link. The link works fine and the email reaches the receiver.

But there is a link in the email back to the page you came from. This doesn't work.

 

vMessageBodyStringBuilder.Append(txtMessageEMail.Text).

Append("\n\n").

Append(EPiServer.Configuration.Settings.Instance.SiteUrl + CurrentPage.LinkURL.Remove(0, 1)).

Append("\n\nMessage was sent from IP address ").

Append(Request.UserHostAddress).

Append(" at ").

Append(DateTime.Now.ToString());

#20438
May 29, 2008 12:27
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.