View Single Post
  #10 (permalink)  
Old 06-19-2009, 08:04 PM
D-Litz D-Litz is offline
Registered User
 
Join Date: Feb 2009
Posts: 32
D-Litz is on a distinguished road
Quote:
Originally Posted by Infopro View Post
What happens if he disables this setting and tries to send an email from that software?

What are these set to in CSF?

SMTP_BLOCK =

SMTP_ALLOWLOCAL =
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

Last edited by D-Litz; 06-19-2009 at 08:05 PM. Reason: Forgot to add
Reply With Quote