Results 1 to 3 of 3

Thread: How do I submit form input to an e-mail?

  1. #1

    Thread Starter
    New Member
    Join Date
    May 1999
    Posts
    1

    Post

    Hi, all,

    This is what I want to accomplish: I have a very simple form, when the user click submit button, I would like to have input contents to be sent to a e-mail address so I can read them.

    How do I do this with ASP? Thanks for advice in advance.


  2. #2
    Guest

    Post

    Does this help?
    <FORM METHOD=POST ACTION="mailto:[email protected]">


  3. #3
    Lively Member
    Join Date
    Jan 1999
    Posts
    82

    Post

    I am trying to do the same thing myself, and it's been documented that the "mailto" function will only work less than half the time because it's the user's machine that has to be set up for this option. Most users do not set up their machine to allow this option to be run automatically. I tried this on two machines here, and one machine worked and the other didn't. Do you have any other suggestions?

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