![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I am using FormMail V1.91 to submit results of a simple form to my email, as was given to m eby my ISP. Unfortunatley, their support is terrible, and I was hoping someone else could help. When I submit the form, I get an internal server error. The only thing my ISP would tell me is that the error was in the @recipients line. Here is the code that I changed in the script, according to what my ISP told me to: $mailprog = '/usr/sbin/sendmail -i ?t ?f jennifer (AT) brooksstevens (DOT) com'; @referers = ('brooksstevens.com', 'www.brooksstevens.com'); @recipients = ('^jennifer\@brooksstevens\.com'); @valid_ENV = ('REMOTE_HOST','REMOTE_ADDR','REMOTE_USER','HTTP_U SER_AGENT'); In my HTML form: <form name='survey' method='POST' action='../cgi-bin/FormMail.pl'> <input type=hidden name='recipient' value='jennifer (AT) brooksstevens (DOT) com'> The form is at www.brooksstevens.com/survey2.html I appreciate any suggestions - this is driving me crazy!!! |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I am using FormMail V1.91 to submit results of a simple form to my email, as was given to m eby my ISP. Unfortunatley, their support is terrible, and I was hoping someone else could help. When I submit the form, I get an internal server error. The only thing my ISP would tell me is that the error was in the @recipients line. Here is the code that I changed in the script, according to what my ISP told me to: $mailprog = '/usr/sbin/sendmail -i ?t ?f jennifer (AT) brooksstevens (DOT) com'; @referers = ('brooksstevens.com', 'www.brooksstevens.com'); @recipients = ('^jennifer\@brooksstevens\.com'); @valid_ENV = ('REMOTE_HOST','REMOTE_ADDR','REMOTE_USER','HTTP_U SER_AGENT'); In my HTML form: <form name='survey' method='POST' action='../cgi-bin/FormMail.pl'> <input type=hidden name='recipient' value='jennifer (AT) brooksstevens (DOT) com'> The form is at www.brooksstevens.com/survey2.html I appreciate any suggestions - this is driving me crazy!!! |
#5
| |||
| |||
|
#6
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |