.. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on PyPI or github. It is a comment.
.. image:: https://github.com/collective/collective.smtpssl/actions/workflows/plone-package.yml/badge.svg
:target: https://github.com/collective/collective.smtpssl/actions/workflows/plone-package.yml
.. image:: https://coveralls.io/repos/github/collective/collective.smtpssl/badge.svg?branch=main
:target: https://coveralls.io/github/collective/collective.smtpssl?branch=main
:alt: Coveralls
.. image:: https://codecov.io/gh/collective/collective.smtpssl/branch/master/graph/badge.svg
:target: https://codecov.io/gh/collective/collective.smtpssl
.. image:: https://img.shields.io/pypi/v/collective.smtpssl.svg
:target: https://pypi.python.org/pypi/collective.smtpssl/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/collective.smtpssl.svg
:target: https://pypi.python.org/pypi/collective.smtpssl
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/collective.smtpssl.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/collective.smtpssl.svg
:target: https://pypi.python.org/pypi/collective.smtpssl/
:alt: 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.
!! Note !! this is only working and useful for zope.sendmail < 6.2.
From version 6.2 you can set implicit_tls to archive the same.
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
----------
- Issue Tracker: https://github.com/collective/collective.smtpssl/issues
- Source Code: https://github.com/collective/collective.smtpssl
Support
-------
If you are having issues, please let us know.
License
-------
The project is licensed under the GPLv2.
Contributors
============
- Maik Derstappen, md@derico.de
Changelog
=========
1.1 (2024-06-14)
----------------
- depend on zope.sendmail<=6.1 and add note to README to remove it for zope.sendmail >=6.2 [MrTango]
1.0 (2024-02-08)
----------------
- Initial release.
[MrTango]
Raw data
{
"_id": null,
"home_page": "https://github.com/collective/collective.smtpssl",
"name": "collective.smtpssl",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "Python Plone CMS",
"author": "Maik Derstappen",
"author_email": "md@derico.de",
"download_url": "https://files.pythonhosted.org/packages/fc/d4/7072e64bf04c02acee061a5810a8e5605307322e67c8d4cc352d8083ac28/collective.smtpssl-1.1.tar.gz",
"platform": null,
"description": ".. This README is meant for consumption by humans and PyPI. PyPI can render rst files so please do not use Sphinx features.\n If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html\n This text does not appear on PyPI or github. It is a comment.\n\n.. image:: https://github.com/collective/collective.smtpssl/actions/workflows/plone-package.yml/badge.svg\n :target: https://github.com/collective/collective.smtpssl/actions/workflows/plone-package.yml\n\n.. image:: https://coveralls.io/repos/github/collective/collective.smtpssl/badge.svg?branch=main\n :target: https://coveralls.io/github/collective/collective.smtpssl?branch=main\n :alt: Coveralls\n\n.. image:: https://codecov.io/gh/collective/collective.smtpssl/branch/master/graph/badge.svg\n :target: https://codecov.io/gh/collective/collective.smtpssl\n\n.. image:: https://img.shields.io/pypi/v/collective.smtpssl.svg\n :target: https://pypi.python.org/pypi/collective.smtpssl/\n :alt: Latest Version\n\n.. image:: https://img.shields.io/pypi/status/collective.smtpssl.svg\n :target: https://pypi.python.org/pypi/collective.smtpssl\n :alt: Egg Status\n\n.. image:: https://img.shields.io/pypi/pyversions/collective.smtpssl.svg?style=plastic :alt: Supported - Python Versions\n\n.. image:: https://img.shields.io/pypi/l/collective.smtpssl.svg\n :target: https://pypi.python.org/pypi/collective.smtpssl/\n :alt: License\n\n\n==================\ncollective.smtpssl\n==================\n\nPatches zope.sendmail.mailer.SMTPMailer to use smtplib.SMTP_SSL instead of smtplib.SMTP, to support sending oder port 465.\nPlease note, sending over port 587 will not work anymore when this package is installed!\nThis is only necessary until is fixed.\n\n!! Note !! this is only working and useful for zope.sendmail < 6.2.\nFrom version 6.2 you can set implicit_tls to archive the same.\n\n\nInstallation\n------------\n\nInstall collective.smtpssl by adding it to your buildout::\n\n [buildout]\n\n ...\n\n eggs =\n collective.smtpssl\n\n\nand then running ``bin/buildout``\n\n\nAuthors\n-------\n\nProvided by Maik Derstappen | MrTango | derico.de\n\n\nContributors\n------------\n\nPut your name here, you deserve it!\n\n- ?\n\n\nContribute\n----------\n\n- Issue Tracker: https://github.com/collective/collective.smtpssl/issues\n- Source Code: https://github.com/collective/collective.smtpssl\n\n\nSupport\n-------\n\nIf you are having issues, please let us know.\n\n\nLicense\n-------\n\nThe project is licensed under the GPLv2.\n\n\nContributors\n============\n\n- Maik Derstappen, md@derico.de\n\n\nChangelog\n=========\n\n\n1.1 (2024-06-14)\n----------------\n\n- depend on zope.sendmail<=6.1 and add note to README to remove it for zope.sendmail >=6.2 [MrTango]\n\n\n1.0 (2024-02-08)\n----------------\n\n- Initial release.\n [MrTango]\n",
"bugtrack_url": null,
"license": "GPL version 2",
"summary": "Patches zope.sendmail.mailer.SMTPMailer to use smtplib.SMTP_SSL instead of smtplib.SMTP, to support sending oder port 465.",
"version": "1.1",
"project_urls": {
"Homepage": "https://github.com/collective/collective.smtpssl",
"PyPI": "https://pypi.org/project/collective.smtpssl/",
"Source": "https://github.com/collective/collective.smtpssl",
"Tracker": "https://github.com/collective/collective.smtpssl/issues"
},
"split_keywords": [
"python",
"plone",
"cms"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "30bbb6c6908ff82eb552ec174c983d4ac5c00443a41cfda73b7def1c5a54ea82",
"md5": "428a84abce0b8ae11511d307302dddaf",
"sha256": "a992d919c223e2f2a004ba5eea21ce1be40f476064bf8bf4f9589b19e63bc44b"
},
"downloads": -1,
"filename": "collective.smtpssl-1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "428a84abce0b8ae11511d307302dddaf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 19833,
"upload_time": "2024-06-14T08:33:55",
"upload_time_iso_8601": "2024-06-14T08:33:55.248222Z",
"url": "https://files.pythonhosted.org/packages/30/bb/b6c6908ff82eb552ec174c983d4ac5c00443a41cfda73b7def1c5a54ea82/collective.smtpssl-1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fcd47072e64bf04c02acee061a5810a8e5605307322e67c8d4cc352d8083ac28",
"md5": "a0e5dc917cc82bb7f1794627ab0a7fc8",
"sha256": "f637b161f0501b6158d1c828c91fdd1eafaf8b1d8ee300b0313773cced6b9f71"
},
"downloads": -1,
"filename": "collective.smtpssl-1.1.tar.gz",
"has_sig": false,
"md5_digest": "a0e5dc917cc82bb7f1794627ab0a7fc8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 20404,
"upload_time": "2024-06-14T08:33:56",
"upload_time_iso_8601": "2024-06-14T08:33:56.775675Z",
"url": "https://files.pythonhosted.org/packages/fc/d4/7072e64bf04c02acee061a5810a8e5605307322e67c8d4cc352d8083ac28/collective.smtpssl-1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-14 08:33:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "collective",
"github_project": "collective.smtpssl",
"travis_ci": true,
"coveralls": true,
"github_actions": true,
"requirements": [],
"tox": true,
"lcname": "collective.smtpssl"
}