Results 1 to 4 of 4

Thread: EMail the asp page

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122

    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?

  2. #2
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    Can you just put the information into a text file, then send that as an attachment?

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Jun 2002
    Posts
    122
    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

  4. #4
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width