PDA

Click to See Complete Forum and Search --> : How do I submit form input to an e-mail?


StevenZ
Jun 22nd, 1999, 07:58 PM
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.

Jun 24th, 1999, 01:45 AM
Does this help?
<FORM METHOD=POST ACTION="mailto:user@domain.name">

preeti
Jul 4th, 1999, 06:47 PM
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?