I'm trying to install the NMS FormMail program on a clients web site. I think
that I have done everything correctly but when I test the script I get the
following error message:
Application Error
An error has occurred in the program
close sendmail pipe failed, mailprog=[/usr/sbin/sendmail -oi -t] at
/usr/home/rf/.public_html/cgi-bin/FormMail.pl line 645.
Here is the code that the error is referencing:
sub email_end {
if (defined $smtp) {
smtp_command(".");
smtp_command("QUIT");
undef $smtp;
} else {
close SENDMAIL or die "close sendmail pipe failed, mailprog=[$mailprog]";
<<== Line 645
}
}
Does anyone have any suggestions about how to debug this? Is it a problem with
sendmail?
Thanks so much,
- Mike
______________________________________________________________________
Post your free ad now! http://personals.yahoo.ca
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]