shaneburrows
01-21-2003, 08:17 PM
I am using Matthew Wright's Formmail script (http://www.scriptarchive.com) and everything appears to be working correctly with the exception of I send off an email and it disappears into a black hole never to be seen again. I have set the variables as follow:
$mailprog = '/usr/sbin/sendmail -i -t';
@referers = ('climb-utah.com','www.climb-utah.com');
@recipients = ('shane@sisna.com');
My webpage I run the script from is at:
http://climb-utah.com/feedback1.htm
My webhost sent me the following info when I signed up:
If you will be needing paths to perl and sendmail, here they are...
usr/bin/perl
usr/sbin/sendmail
Any help would be appreciated. You are welcome to send a message from the webpage cause I'll never receive it.
Thanks
Shane Burrows
$mailprog = '/usr/sbin/sendmail -i -t';
@referers = ('climb-utah.com','www.climb-utah.com');
@recipients = ('shane@sisna.com');
My webpage I run the script from is at:
http://climb-utah.com/feedback1.htm
My webhost sent me the following info when I signed up:
If you will be needing paths to perl and sendmail, here they are...
usr/bin/perl
usr/sbin/sendmail
Any help would be appreciated. You are welcome to send a message from the webpage cause I'll never receive it.
Thanks
Shane Burrows