Jump to content

I Can't Sent Any Email To My Customers


Recommended Posts

Turn on error reporting, in your config folder edit the defines.inc.php file and change false to true as below and try to send mail with PHP and post the error here.

 

/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', true);
 
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...