splitbrain / dokuwiki-plugin-smtp

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

SMTP Server did not respond with anything I recognized #2

Closed renanpp closed 9 years ago

renanpp commented 9 years ago

On the check smtp config i got this:

There was an unexpected problem communicating with SMTP: SMTP Server did not respond with anything I recognized

Set: the server
Set: the auth
Set: a message will be sent
Connecting to <smtp_server> at 587
Got: 220 <smtp_server> ESMTP Postfix
Sent: EHLO [<ip>]
Got: 250-<smtp_server>
Got: 250-PIPELINING
Got: 250-SIZE 20240000
Got: 250-VRFY
Got: 250-ETRN
Got: 250-STARTTLS
Got: 250-ENHANCEDSTATUSCODES
Got: 250-8BITMIME
Got: 250 DSN
Sent: STARTTLS

I tried also with smtp.gmail.com to see if there was some problem with the smtp and got the same error.

plugin.info.txt:

base   smtp
author Andreas Gohr
email  andi@splitbrain.org
date   2015-07-29
name   smtp plugin
desc   Send mails via a configured SMTP server
url    https://www.dokuwiki.org/plugin:smtp
splitbrain commented 9 years ago

Hmm, since the last thing was the STARTTLS command, I think it might be missing SSL support in your PHP? Can you verify you have that?

renanpp commented 9 years ago

On the phpinfo() say It's enabled phpinfo

renanpp commented 9 years ago

It's working now, thanks!