splitbrain / dokuwiki-plugin-smtp

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

Add option to allow insecure SSL #56

Closed lainme closed 1 year ago

lainme commented 1 year ago

Add option to allow insecure SSL connection, and use stream_socket_client to create socket instead of fsockopen. Fix #32

splitbrain commented 1 year ago

Changes to the Mailer class should be done upstream first: https://github.com/txthinking/Mailer

Then the lib can be updated in this plugin.

lainme commented 1 year ago

Changes to the Mailer class should be done upstream first: https://github.com/txthinking/Mailer

Then the lib can be updated in this plugin.

I have submit the changes to txthinking and its already merged. If the lib is updated, I can resubmit the pull request.