Jump to content

smtp doesnt work


Recommended Posts


zefir say:

Report #: 2800
Details:
Hello, there is a serious problem email configuration. Swift module has problem and crashing badly causing whole process stop and incorrectly handled. The problem is with authenticators. When there is no one defined it is searching for one in Authenticator folder and includes each php file found. The problem is with file index.php which have header passing to upper folder. This file shouldn't be taken because 'require' on this file cause crash of whole process and go out without any exception handling. The solution is simple:

Change line 360 in file Swift/Connection/SMTP to:

if (preg_match("/^[A-Za-z0-9-]+\\.php\$/", $file) && $file != "index.php")



Kind Regards
Marcin



Source: http://www.prestashop.com/bug_tracker/view/2800/
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...