collective.smtpssl


Namecollective.smtpssl JSON
Version 1.0 PyPI version JSON
download
home_pagehttps://github.com/collective/collective.smtpssl
SummaryPatches zope.sendmail.mailer.SMTPMailer to use smtplib.SMTP_SSL instead of smtplib.SMTP, to support sending oder port 465.
upload_time2024-02-08 17:38:00
maintainer
docs_urlNone
authorMaik Derstappen
requires_python>=3.7
licenseGPL version 2
keywords python plone cms
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            .. 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.

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.0 (2024-02-08)
----------------

- Initial release.
  [MrTango]

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/collective/collective.smtpssl",
    "name": "collective.smtpssl",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Python Plone CMS",
    "author": "Maik Derstappen",
    "author_email": "md@derico.de",
    "download_url": "https://files.pythonhosted.org/packages/3d/3e/2bfcb9472e9511f5e296c05bb895157ebc61f5225b0b52c8d2d7a63de20e/collective.smtpssl-1.0.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\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.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.0",
    "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": "6c1f540ab316610f0246e5fbd92691d212352b47eb7177fca7e9dfbac3a35fdc",
                "md5": "b934a84cee6b12ececb4096262d06964",
                "sha256": "4349a4b527f6b7bd75b7e069f9a34fb075dcc19a14fa65b2565c532a4d742344"
            },
            "downloads": -1,
            "filename": "collective.smtpssl-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b934a84cee6b12ececb4096262d06964",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19712,
            "upload_time": "2024-02-08T17:37:58",
            "upload_time_iso_8601": "2024-02-08T17:37:58.721532Z",
            "url": "https://files.pythonhosted.org/packages/6c/1f/540ab316610f0246e5fbd92691d212352b47eb7177fca7e9dfbac3a35fdc/collective.smtpssl-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d3e2bfcb9472e9511f5e296c05bb895157ebc61f5225b0b52c8d2d7a63de20e",
                "md5": "3102ce6e0c4fedfaee459dca94ae30cb",
                "sha256": "b2215413bc36b9ecaefc788c28b611ca35325c251eedac7b7811a03ea14cecba"
            },
            "downloads": -1,
            "filename": "collective.smtpssl-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "3102ce6e0c4fedfaee459dca94ae30cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20116,
            "upload_time": "2024-02-08T17:38:00",
            "upload_time_iso_8601": "2024-02-08T17:38:00.218052Z",
            "url": "https://files.pythonhosted.org/packages/3d/3e/2bfcb9472e9511f5e296c05bb895157ebc61f5225b0b52c8d2d7a63de20e/collective.smtpssl-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-08 17:38:00",
    "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"
}
        
Elapsed time: 0.20201s