I want to to send the html of a web site to an email address.

I know how to send an HTML Email via asp using a varible to hold the html then response.write out the varible or send the varible to the SendHtmlEmail function.

But my question is I have 300 lines of code, and filling up a varible will be too tedius.

Is there any other way of doing this

There is an option in IE
File - Send - Page by E-mail. This is similar, but I want to do this programmatically.

Any Ideas????