splitbrain / dokuwiki-plugin-smtp

Send DokuWiki mails via a configured SMTP server
https://www.dokuwiki.org/plugin:smtp
12 stars 14 forks source link

Got: 500 5.3.3 Unrecognized command #24

Closed junop97 closed 5 years ago

junop97 commented 5 years ago

There was an unexpected problem communicating with SMTP: Unexpected return code - Expected: 220, Got: 500 | 500 5.3.3 Unrecognized command

Set: the server Set: the auth Set: a message will be sent Connecting to mail..org at 25 Got: 220 mail..org Microsoft ESMTP MAIL Service ready at Thu, 6 Sep 2018 15:14:16 +0800 Sent: EHLO localhost.localdomain Got: 250-mail.***.org Hello Got: 250-SIZE Got: 250-PIPELINING Got: 250-DSN Got: 250-ENHANCEDSTATUSCODES Got: 250-X-ANONYMOUSTLS Got: 250-AUTH NTLM Got: 250-X-EXPS GSSAPI NTLM Got: 250-8BITMIME Got: 250-XEXCH50 Got: 250-XRDST Got: 250 XSHADOW Sent: STARTTLS Got: 500 5.3.3 Unrecognized command

I can't find the solution. Could you help me?

splitbrain commented 5 years ago

Your mail server does not support TLS (on that port)

junop97 commented 5 years ago

Thanks for your kind reply.