I'm trying to compile an email message however this line won't convert the a href tag to html, it just displays the html syntax on the email, does anyone know how i would get that to display the link?
buffer.Append("To see again, <a href='/PublicSite/test/test.aspx?id=" + newRecipeID + ">click here</a>")
buffer.Append("To see again, <a href='/PublicSite/test/test.aspx?id=" + newRecipeID + ">click here</a>")