How do i send an html email? I use this code to send emails http://stackoverflow.com/questions/704636/sending-email-through-gmail-smtp-server-with-c/707892#707892
When i sent myself an email i got this all in text instead of a clickable link. However gmail does make urls clickable so i get the link twice and no html formating. How do i make put html formatting in my emails?
<p>Welcome to SiteName. To activate your account visit this url <a href="http://SiteName.com/a?key=1234">http://SiteName.com/a?key=1234</a></p>