Dear all;
i am creating an email with html body in it i have hyper link in the code the link is coming fine but it is not clickable
here is the code below
string linktoorder = "<a href=" + link + " >Click here</a>";
The editor for composing emails is rather limited. I wrote up a short article on my findings on this here http://www.fkbase.info/node/210
You seem to be missing the quotations around the URL string. In your case you will have single quotes around the URL inside the double quotes.