I want to use Mat Wright's
FormMail on a site but am having some trouble. The form seems to run OK but the MTA does not seem to accept any data.
There is a line in the cgi file:
Code:
$mailprog = '/usr/sbin/sendmail';
If I change sendmail to postfix there is no change but if I misspell sendmail or postfix I get an error message from the script.
Can anybody suggest a fix or know of a mailform routine that will work?