mspan
02-06-2006, 10:04 PM
Has anyone here been able to successfully receive mail they've sent from their own perl script located in their /home/user/public-html/cgi-bin directory?
My script has no errors and the web form I use to submit is parsed correctly but when the script is executed no message is received by the "To: " address.
I've also tried using the default FormMail.pl script (gotten from Matt's Archive) and another simple script that uses hardcoded values for "To:", "From:", "Subject" with no luck.
The account I'm sending to is in a domain hosted by HostRocket and is active as I can receive mail from other sources to that account. Is there something HostRocket has to do in order to allow sendmail to work from a script in your cgi-bin directory?
Please help!!!!
My script has no errors and the web form I use to submit is parsed correctly but when the script is executed no message is received by the "To: " address.
I've also tried using the default FormMail.pl script (gotten from Matt's Archive) and another simple script that uses hardcoded values for "To:", "From:", "Subject" with no luck.
The account I'm sending to is in a domain hosted by HostRocket and is active as I can receive mail from other sources to that account. Is there something HostRocket has to do in order to allow sendmail to work from a script in your cgi-bin directory?
Please help!!!!