views:

21

answers:

1

I have an email template in a file called template.html, how can i use it as mail body in asp.net?

+2  A: 

There's a sample here with code.

Or you could use the MailDefinition class.

David Stratton