-
EMail the asp page
I have a form that users will fill out, that I need to submit as an email attachment. I know how to create and send an email. I just don't know how to attach the form, which needs to be created from the asp page that the user fills out.
The easiest thing for me to do would be to somehow create a pdf or something similiar of the asp page, (basically just a screenshot of the browser content) and submit that. Is that possible? If not, any other suggestions?
-
Can you just put the information into a text file, then send that as an attachment?
-
yeah. That is what I may end up doing. I was just sorta hoping there was some function I could use to convert the page into a pdf or even a jpg or something. But I am betting that it isn't that easy.
As for the textfile, I have never tried to create one through code. do you think you could help? Thanks Jon
-
Quick question, does it HAVE to be an attachment? Or can the text entered just be in the email body? If it can be in the email body it would be MUCH easier for you, and less server configuration you would have to do.