FormMail Help ???
Out of context: Reply #14
- Started
- Last post
- 20 Responses
- Buckyball20
The form seems to be working. Except that I don't receive the email that it says it sent.
I read the FAQ about this problem and it said:
$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.In my perl script I currently have:
$mailprog = '/usr/sbin/sendmail -i -t';
My ISP told me to change the usr/lib to usr/sbin based on their servers or whatever. Is there something else in that code that I need to change or am missing.
thanks,
bB