PDA

View Full Version : sendmail/form problem


rikro
8-7-03, 10:30 PM
I know this isn't the proper furom but I haven't gotten an answer on the cgi forum.

<<<snip
I'm trying to setup a form that's supposed to send me (and the user) the submitted form. It seems to work but I'm not receiving any e-mail from sendmail.
The program script says:

#Path to sendmail
$mailprog = "/user/sbin/sendmail -t";

$date_command = "/usr/bin/date";

but I just can't seem to get it to work. I've tried every variation I can think of.

Any ideas? (.pl file attached)

<<<end snip

file is at: http://forum.powweb.com/showthread.php?threadid=24404