I am using the newest version of CDONTS. I have a web page that sends a HTML email with the results of a form that an user filled out.
I would like to be able to make the email address and web site address hyperlinked in the email. They are not currently hyperlinked How do I do this? I'll show you the code below.
EmailBody = EmailBody & vbCrLf & vbCrLf & "<p><b>Email Address: </b>" & Email & ""
EmailBody = EmailBody & vbCrLf & vbCrLf & "<p>http://www.yourdomainname.com" & "/ViewFormResults.asp?ID=" & NewClientID & "."