Metadata-Version: 2.4
Name: repoze-sendmail
Version: 4.5
Summary: Couple sending email message with a transaction
Author-email: "Tres Seaver, Agendaless Consulting" <tseaver@agendaless.com>
License-Expression: LicenseRef-Repoze-BSD-derived
Project-URL: Repository, https://github.com/repoze/repoze.sendmail
Project-URL: Issues, https://github.com/repoze/repoze.sendmail/issues
Project-URL: Documentation, https://repozesendmail.readthedocs.io/en/stable/index.html
Project-URL: Changelog, https://github.com/repoze/repoze.sendmail/blob/master/CHANGES.rst
Keywords: web,wsgi,middleware,retry
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Middleware
Requires-Python: >=3.10
Description-Content-Type: text/x-rst

`repoze.sendmail` README
========================

.. image:: https://travis-ci.org/repoze/repoze.sendmail.png?branch=master
        :target: https://travis-ci.org/repoze/repoze.sendmail

.. image:: https://img.shields.io/pypi/v/repoze.sendmail.svg
        :target: https://pypi.python.org/pypi/repoze.sendmail

.. image:: https://img.shields.io/pypi/pyversions/repoze.sendmail.svg
        :target: https://pypi.python.org/pypi/repoze.sendmail

`repoze.sendmail` allows coupling the sending of email messages with a
transaction, using the Zope transaction manager.  This allows messages to
only be sent out when and if a transaction is committed, preventing users
from receiving notifications about events which may not have completed
successfully.

Please see `docs/index.rst` for complete documentation, or read the
docs online at https://repozesendmail.readthedocs.io/en/latest/narr.html
