• Resolved rozel

    (@rozel)


    Hello guys i got this error while using office365 emails

    Versions:
    WordPress: 4.9.8
    WordPress MS: No
    PHP: 7.1.21
    WP Mail SMTP: 1.3.3

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

    Server:
    OpenSSL: Yes
    SMTP Debug:
    2018-09-24 09:28:49 Connection: opening to smtp.office365.com:587, timeout=300, options=array (
    )
    2018-09-24 09:28:49 Connection: opened
    2018-09-24 09:28:49 SERVER -> CLIENT: 220-dedihost1.webleaders.gr ESMTP Exim 4.91 #1 Mon, 24 Sep 2018 12:28:49 +0300
    220-We do not authorize the use of this system to transport unsolicited,
    220 and/or bulk e-mail.
    2018-09-24 09:28:49 CLIENT -> SERVER: EHLO siamo.gr
    2018-09-24 09:28:49 SERVER -> CLIENT: 250-dedihost1.webleaders.gr Hello siamo.gr [109.203.124.221]
    250-SIZE 52428800
    250-8BITMIME
    250-PIPELINING
    250-AUTH PLAIN LOGIN
    250-STARTTLS
    250 HELP
    2018-09-24 09:28:49 CLIENT -> SERVER: STARTTLS
    2018-09-24 09:28:49 SERVER -> CLIENT: 220 TLS go ahead
    2018-09-24 09:28:49 SMTP Error: Could not connect to SMTP host.
    2018-09-24 09:28:49 CLIENT -> SERVER: QUIT
    2018-09-24 09:28:49 SERVER -> CLIENT: ���
    �l&v�k?T�{>;���%221 dedihost1.webleaders.gr closing connection
    2018-09-24 09:28:49 SMTP ERROR: QUIT command failed: ���
    �l&v�k?T�{>;���%221 dedihost1.webleaders.gr closing connection
    2018-09-24 09:28:49 Connection: closed
    2018-09-24 09:28:49 SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting

Viewing 1 replies (of 1 total)
  • Plugin Author Slava Abakumov

    (@slaffik)

    Hi,

    You are defining SMTP host smtp.office365.com but connected instead to dedihost1.webleaders.gr. I assume your domain in question is siamo.gr.

    TLS was created to deal with this man-in-the-middle attacks, your hosting is redirecting SMTP requests to own servers for some reason, talk to them to fix this.

Viewing 1 replies (of 1 total)

The topic ‘Problem Sending email SMTP’ is closed to new replies.