John
12-17-2003, 01:45 AM
Is FormMail.pl allowed to be installed on the server, and if so, what is the location of the sendmail program, and the perl interpreter?
$mailprog = '/usr/lib/sendmail -i -t';
This variable must define the location to your server's sendmail
program. If this is incorrect, form results will not be mailed to you.
Specifying the parameters in this variable is new in v1.91, and we have
included the -i parameter so that a single period on a line by itself
will not end the message. -t instructs sendmail to read the recipient list
from the message text.
$mailprog = '/usr/lib/sendmail -i -t';
This variable must define the location to your server's sendmail
program. If this is incorrect, form results will not be mailed to you.
Specifying the parameters in this variable is new in v1.91, and we have
included the -i parameter so that a single period on a line by itself
will not end the message. -t instructs sendmail to read the recipient list
from the message text.