I have an array holding values and that array is in a session.
I want to send the values of that array in an HTML formatted email.
I am not able to figure out how to create an HTML message with dynamic values and set the HTML message to CDOSYSMail object
you may want to review these:
Send an email:
http://w3schools.com/asp/asp_send_email.asp
Embed ASP into HTML:
http://www.maconstateit.net/tutorials/ASP/ASP02/asp02-01.asp
and in general:
http://www.maconstateit.net/tutorials/ASP/