Forum Replies Created

Viewing 1 replies (of 1 total)
  • Forum: Plugins
    In reply to: [Gmail SMTP] Error HTTP 500
    Thread Starter dnbwc

    (@dnbwc)

    Thank you. I tried that, and it did get me one step further. Now it’s showing that I am connected, but the test emails aren’t going through. This is the error log:
    2017-12-21 14:27:28 Connection: opening to smtp.gmail.com:587, timeout=300, options=array ()
    2017-12-21 14:27:28 Connection: opened
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “220 smtp.gmail.com ESMTP f126sm1945672ioa.84 – gsmtp”
    2017-12-21 14:27:28 SERVER -> CLIENT: 220 smtp.gmail.com ESMTP f126sm1945672ioa.84 – gsmtp
    2017-12-21 14:27:28 CLIENT -> SERVER: EHLO lechuvnelcha.org
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-smtp.gmail.com at your service, [69.175.94.106]”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-SIZE 35882577”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-8BITMIME”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-STARTTLS”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME250-STARTTLS”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-ENHANCEDSTATUSCODES”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-PIPELINING”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250-CHUNKING”
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “250 SMTPUTF8”
    2017-12-21 14:27:28 SERVER -> CLIENT: 250-smtp.gmail.com at your service, [69.175.94.106]250-SIZE 35882577250-8BITMIME250-STARTTLS250-ENHANCEDSTATUSCODES250-PIPELINING250-CHUNKING250 SMTPUTF8
    2017-12-21 14:27:28 CLIENT -> SERVER: STARTTLS
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “”
    2017-12-21 14:27:28 SMTP -> get_lines(): $str is “220 2.0.0 Ready to start TLS”
    2017-12-21 14:27:28 SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
    2017-12-21 14:27:28 Connection failed. Error #2: stream_socket_enable_crypto(): SSL operation failed with code 1. OpenSSL Error messages:error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed [C:\inetpub\wwwroot\lechuvnelcha\lechuvnelcha.org\wp-content\plugins\gmail-smtp\PHPMailer\class.smtp.php line 375]
    SMTP Error: Could not connect to SMTP host.
    2017-12-21 14:27:28 CLIENT -> SERVER: QUIT
    2017-12-21 14:27:28 SMTP -> get_lines(): $data is “”
    2017-12-21 14:27:28 Connection: closed
    SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Viewing 1 replies (of 1 total)