Hi,
I have set everything up as stated in the readme. When I enter my own email address to test the subscribe and click submit, I get the following error:
"Can't open /usr/sbin/sendmail"
My host tells me that to use send mail, I need to change:
>> If the script has ( for example ):
>> $mailprog = "/usr/sbin/sendmail";
>> This would need to be replaced with:
>> $mailprog = "/usr/sbin/sendmail -faddress\@customers-domain-name";
However, when I go to admin and add the "-fsnaxxy@snaxxys-world.com" to the end of "/usr/sbin/sendmail", I get the error:
"Can't open /usr/sbin/sendmail -fsnaxxy@snaxxys-world.com!"
Any suggestions?
Thanks,
Gary