|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I need to automatically send email containing the contents of a FORM to a specified email address. My FORM tag begins: <FORM METHOD="POST" ACTION="mailto:myAddr@Co.com" ENCTYPE="text/plain" and so on... When running page on the actually web server machine/IE 5.0/Office 2000, a properly filled in email message arrives automatically. But, when the page is run on another machine IE 5.0 / Office 97 all I get is a mail message with the proper address in the TO: field and the message body is empty. Any ideas on how to resolve this problem? Thanks!
|
|
#2
|
||||
|
||||
|
I've written a perl script that I believe
can solve your problem. All you have to do is put the receiving email address, the redirect page, and the subject of the resulting email in hidden fields and then call my script in your action tag, like this: action="http://server30.hypermart.net/wdn2000/cgi-bin/mail.cgi and that's it. You can check out my site for more details. http://wdn2000.hypermart.net/ Scott |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Automatically sending email from FORM |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|