i want to give link in email send to user. i am using following code.
strBody = strBody + "Click <a href='http://abc.com'>here</a> to renew your Membership" + "\n";
but it is displaying me all all from click to end of line i want to display click here which will be redirected to URL like
http://abc.com
thanks......