collective.smtpssl

Patches zope.sendmail.mailer.SMTPMailer to use smtplib.SMTP_SSL instead of smtplib.SMTP, to support sending oder port 465.


Keywords
Python, Plone, CMS
License
CNRI-Python-GPL-Compatible
Install
pip install collective.smtpssl==1.0

Documentation

image

Coveralls

image

Latest Version

Egg Status

image

License

collective.smtpssl

Patches zope.sendmail.mailer.SMTPMailer to use smtplib.SMTP_SSL instead of smtplib.SMTP, to support sending oder port 465. Please note, sending over port 587 will not work anymore when this package is installed! This is only necessary until is fixed.

Installation

Install collective.smtpssl by adding it to your buildout:

[buildout]

...

eggs =
    collective.smtpssl

and then running bin/buildout

Authors

Provided by Maik Derstappen | MrTango | derico.de

Contributors

Put your name here, you deserve it!

  • ?

Contribute

Support

If you are having issues, please let us know.

License

The project is licensed under the GPLv2.