.Net HTML Emails

Gunslinger08

Lifer
Nov 18, 2001
13,234
2
81
So I'm trying to send some HTML formatted emails in C#.net, and it just plain isn't working. It's just displaying the <html> and <body> tags without recognizing them. Am I doing something wrong?

 

Gunslinger08

Lifer
Nov 18, 2001
13,234
2
81
Originally posted by: WannaFly
edit:
take this line out:
objMessage.BodyFormat = MailFormat.Text;

Oh geez. I guess you can tell that I didn't proofread my code very well.