• I’m getting the error below when testing my setup, hoping anyone can make sense of this…

    Versions:
    WordPress: 4.9.5
    WordPress MS: No
    PHP: 7.0.29
    WP Mail SMTP: 1.2.5

    Params:
    Mailer: smtp
    Constants: Yes
    ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    Host: logodigitalisatie.nl
    Port: 587
    SMTPSecure: tls
    SMTPAutoTLS: bool(true)
    SMTPAuth: bool(true)

    Server:
    OpenSSL: Yes
    SMTP Debug:
    2018-04-14 11:48:27 Connection: opening to logodigitalisatie.nl:587, timeout=300, options=array (
    )
    2018-04-14 11:48:27 Connection: opened
    2018-04-14 11:48:27 SERVER -> CLIENT: 220 mathijslemmers.com ESMTP Postfix
    2018-04-14 11:48:27 CLIENT -> SERVER: EHLO logodigitalisatie.nl
    2018-04-14 11:48:27 SERVER -> CLIENT: 250-mathijslemmers.com
    250-PIPELINING
    250-SIZE 30720000
    250-ETRN
    250-STARTTLS
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN
    2018-04-14 11:48:27 CLIENT -> SERVER: STARTTLS
    2018-04-14 11:48:27 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
    2018-04-14 11:48:27 SMTP Error: Could not connect to SMTP host.
    2018-04-14 11:48:27 CLIENT -> SERVER: QUIT
    2018-04-14 11:48:27 SERVER -> CLIENT:
    2018-04-14 11:48:27 SMTP ERROR: QUIT command failed:
    2018-04-14 11:48:27 Connection: closed
    2018-04-14 11:48:27 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

  • The topic ‘Unable to test email’ is closed to new replies.