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
This, I now want to send as an attachment called "test.html"Code:strbody = "<html>" strbody = strbody & "<body>" strbody = strbody & "<p>Testing, testing 123</p>" strbody = strbody & "</body>" strbody = strbody & "</html>"
Can this be done??
Thanks,
T




Reply With Quote