Problem after php upgrade

Today, I had my ISP update PHP to 5.6 and suddenly have received an error message on mailwizz:

Can you suggest a solution?

  • Unable to connect with TLS encryption
    Log data:
    ++ Starting Swift_SmtpTransport
    << 220-constructionmarketingideas.constructionmarketingideas.com ESMTP Exim 4.87 #1 Sun, 14 May 2017 22:54:40 -0500
    220-We do not authorize the use of this system to transport unsolicited,
    220 and/or bulk e-mail.
    >> EHLO mailwizz.construction-marketing.org
    << 250-constructionmarketingideas.constructionmarketingideas.com Hello mailwizz.construction-marketing.org [198.154.254.236]
    250-SIZE 52428800
    250-8BITMIME
    250-PIPELINING
    250-AUTH PLAIN LOGIN
    250-STARTTLS
    250 HELP
    >> STARTTLS
    << 220 TLS go ahead
    !! Unable to connect with TLS encryption (code: 0)
 
@Publisher1953 - It has something to do with the PHP configuration, so have your host double check all the PHP extensions are enabled (the ones that were enabled previously) and that the configuration of php is the same.

You may also consider connecting without tls on port 25 and see if that works.
 
Back
Top