Hello,

I want to dynamicaly create a HTML page/file and then send it as an attachment using
ASPMail. Can it be done.

Let's use this example

Code:
strbody = "<html>"
strbody = strbody & "<body>"
strbody = strbody & "<p>Testing, testing 123</p>"
strbody = strbody & "</body>"
strbody = strbody & "</html>"
This, I now want to send as an attachment called "test.html"

Can this be done??

Thanks,
T