splitbrain / dokuwiki-plugin-smtp

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

Plugin fails when extension sslconf in PHP is not enabled #33

Open fho4train opened 4 years ago

fho4train commented 4 years ago

Message of SMTP test: There was an unexpected problem communicating with SMTP: Could not open SMTP Port. This happened on a Synology NAS with os DSM 6.2.2-24922 Update 3. Dokuwiki was manually installed (copied a tar from an existing working installation on windows) and was supposed to run with Web Station. Resolution was to enable extension sslconf in the PHP environment of the Synology Web Station. The Dokuwiki installed by Synology has this extension enabled, but this is not the case for Synology Web station. This extension is standard enabled by XAMPP. The behaviour of the plugin is correct, but it took a lot of time to find the problem with this cryptic message. The request is to add a remark about this required extension in the documentation of the plugin.

mooks42 commented 4 years ago

Hi,

I'm getting the same error... There was an unexpected problem communicating with SMTP: Could not open SMTP Port. SMTP log: Set: the server Set: the auth Set: a message will be sent Connecting to mail.***.** at 25

Release 2018-04-22b "Greebo" and latest Pluginversion. Fresh install on CentOS and also mod_sslconf installed, still the same problem.

I've also tried to send the mail without encryption with two different smtp-servers, still the same cryptic and not very helpful error message.