Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter testupdates2

    (@testupdates2)

    Versions:
    WordPress: 4.9.8
    WordPress MS: No
    PHP: 7.0.33
    WP Mail SMTP: 1.4.2

    Params:
    Mailer: smtp
    Constants: Yes
    ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    Host: mail.chocolatesqueeze.com
    Port: 465
    SMTPSecure: ssl
    SMTPAutoTLS: bool(true)
    SMTPAuth: bool(true)
    SMTPOptions: {“ssl”:{“verify_peer”:false,”verify_peer_name”:false,”allow_self_signed”:true}}

    Server:
    OpenSSL: OpenSSL 1.0.2r 26 Feb 2019
    SMTP Debug:
    2019-05-30 13:37:50 Connection: opening to ssl://mail.chocolatesqueeze.com:465, timeout=300, options=array (
    ‘ssl’ =>
    array (
    ‘verify_peer’ => false,
    ‘verify_peer_name’ => false,
    ‘allow_self_signed’ => true,
    ),
    )
    2019-05-30 13:37:50 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
    error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown protocol
    2019-05-30 13:37:50 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): Failed to enable crypto
    2019-05-30 13:37:50 Connection: Failed to connect to server. Error number 2. “Error notice: stream_socket_client(): unable to connect to ssl://mail.chocolatesqueeze.com:465 (Unknown error)
    2019-05-30 13:37:50 SMTP ERROR: Failed to connect to server: (0)
    2019-05-30 13:37:50 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

    Now i am getting such error after adding WPMS_SMTP_HOST

Viewing 1 replies (of 1 total)