Quote:
Originally Posted by D-Litz
There is three options total for sending mail within this shooping cart script.
via SMTP server (Does Not Work)
via PHP mail function (Works)
via sendmail function (Works)
SMTP_BLOCK = 1
SMTP_ALLOWLOCAL = 1
|
I am getting opposite
via SMTP server (Works)
via PHP mail function (Does Not Work)
via sendmail function (Does Not Work)
the "Prevent the user "nobody" from sending out mail to remote addresses (PHP and CGI scripts generally run as nobody if you are not using PHPSuexec and Suexec respectively.)" option is switched off
and
the "Silently Discard all FormMail-clone requests with a bcc: header in the subject line" is on
Could you point me to right direction?