• Hey man,

    you doing a great job answering all these topics here.

    I couldn’t find my probleme in the past threads, so here’s our setup:
    – Updated WordPress and WP Mail SMTP Plugin.
    – Running on PHP 5.6.38
    – Mails are sent through mail.some-domain.org @ 587, which works well on lokal since years. But doesn’t work with WordPress out of the box.
    – So mails are on mail.some-domain.org and our web/wordpress is on another-domain.de <= maybe it’s cross domain related error?

    Error Log:

    Click here to view the full Error Log for debugging
    
    Versions:
    WordPress: 5.0.3
    WordPress MS: No
    PHP: 5.6.38-pl0-gentoo
    WP Mail SMTP: 1.4.1
    
    Params:
    Mailer: smtp
    Constants: Yes
    ErrorInfo: SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
    Host: EDITED (just tell if needed)
    Port: 587
    SMTPSecure: tls
    SMTPAutoTLS: bool(true)
    SMTPAuth: bool(true)
    
    Server:
    OpenSSL: OpenSSL 1.0.2h 3 May 2016
    SMTP Debug:
    2019-02-21 11:15:36	Connection: opening to mail.EDITED.org:587, timeout=300, options=array (
    )
    2019-02-21 11:15:36	Connection: opened
    2019-02-21 11:15:41	SERVER -> CLIENT: 220 mail.EDITED.org ESMTP Postfix
    2019-02-21 11:15:41	CLIENT -> SERVER: EHLO www.EDITED.de (yes, another domain)
    2019-02-21 11:15:41	SERVER -> CLIENT: 250-mail.EDITED.org
    250-PIPELINING
    250-SIZE 52428800
    250-ETRN
    250-STARTTLS
    250-ENHANCEDSTATUSCODES
    250-8BITMIME
    250 DSN
    2019-02-21 11:15:41	CLIENT -> SERVER: STARTTLS
    2019-02-21 11:15:41	SERVER -> CLIENT: 220 2.0.0 Ready to start TLS
    2019-02-21 11:15:41	SMTP Error: Could not connect to SMTP host.
    2019-02-21 11:15:41	CLIENT -> SERVER: QUIT
    2019-02-21 11:15:41	SERVER -> CLIENT: MIA?????|&k\?<?(:w????X6_?2ID??q?z????W?)??3[????e?W????}\c?3?a
    K??t?kb"	3???D?c[?.??u?i???N?<??;??t*V-(?D????r>??1f?????ec?7Q
    ?=u?
    Bs??t??,??K?\?7??y2?q?;??L??y?=Y?R?S??$?
    i?7}H??s??	?#??d?".????4[??V??to?N2p??H'?Z?/;a??)z?1d???	4La????u???5??nd[|??Q??X{??????+bM"?a!?+?JUh??n?b4????b?H??w????>A
    J????6????jH?f?kP??gB?{? ?q>??,???AK???@??>cA???~?4I???7??z>GG?j???6?S?6?1U*?zz]q??n ?????LRM?h?|????斱@??????r?K?E?Ka^h??
    n???9???b??gk??44?5???? ?J?nmE??*??????B?????4?(??Xon?	V^G?_?
    2019-02-21 11:15:41	SMTP ERROR: QUIT command failed: MIA?????|&k\?<?(:w????X6_?2ID??q?z????W?)??3[????e?W????}\c?3?a
    K??t?kb"	3???D?c[?.??u?i???N?<??;??t*V-(?D????r>??1f?????ec?7Q
    ?=u?
    Bs??t??,??K?\?7??y2?q?;??L??y?=Y?R?S??$? i?7}H??s??	?#??d?".????4[??V??to?N2p??H'?Z?/;a??)z?1d???	4La????u???5??nd[|??Q??X{??????+bM"?a!?+?JUh??n?b4????b?H??w????>A
    J????6????jH?f?kP??gB?{? ?q>??,???AK???@??>cA???~?4I???7??z>GG?j???6?S?6?1U*?zz]q??n ?????LRM?h?|????斱@??????r?K?E?Ka^h??
    n???9???b??gk??44?5???? ?J?nmE??*??????B?????4?(??Xon?	V^G?_?
    2019-02-21 11:15:41	Connection: closed
    2019-02-21 11:15:41	SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

    You’ve got an idea what could be wrong here?

    Thanks
    Ben

    • This topic was modified 6 years, 1 month ago by benschaeff.
Viewing 1 replies (of 1 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    Hi,

    I’m not sure.
    For some reason all the meaningful errors are scrambled with the gibberish string like “,??K?\?7??y2?q?;??”. That’s most likely encoding issue on the server (better to switch the server to use utf-8). If you could fix that, I could try to think about the email issue – but I need that debug output in plain English.

Viewing 1 replies (of 1 total)
  • The topic ‘Testmail “SMTP Connect Failed”, but Mails works on local’ is closed to new replies.