I've got an ASP script using a report document that allows me to launch the web page at a scheduled time and export my report to disk as a PDF. I can then grab the PDF and attach it to an email and send it out. This is great for sending daily updates to our staff. I've received a request, however, to embed the report results into the email body, rather than as an attachment. So I've been fooling around a bit and have been able to export to HTML, but haven't come up with a way to take an HTML file and place it into the body of the email. Is there an easy way to do this? Do I need to ExportToStream() and if so, how would this work? Since emails can be HTML, all I really want to do is grab the content of the HTML file I've created and throw it into the body of the email. Ideas? Thanks in advance,
Pont
Pont