Metadata-Version: 2.1
Name: invenio-mail
Version: 2.2.0
Summary: Invenio-Mail is an integration layer between Invenio and Flask-Mail.
Home-page: https://github.com/inveniosoftware/invenio-mail
Author: CERN
Author-email: info@inveniosoftware.org
License: MIT
Keywords: invenio mail
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Requires-Dist: Flask >=0.11.1
Requires-Dist: Flask-Mail <0.10.0,>=0.9.1
Provides-Extra: celery
Provides-Extra: docs
Provides-Extra: tests
Requires-Dist: pytest-black-ng >=0.4.0 ; extra == 'tests'
Requires-Dist: pytest-invenio <3.0.0,>=2.1.0 ; extra == 'tests'
Requires-Dist: Flask-CeleryExt >=0.2.2 ; extra == 'tests'
Requires-Dist: sphinx >=4.5.0 ; extra == 'tests'

..
    This file is part of Invenio.
    Copyright (C) 2015-2018 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

==============
 Invenio-Mail
==============

.. image:: https://img.shields.io/github/license/inveniosoftware/invenio-mail.svg
        :target: https://github.com/inveniosoftware/invenio-mail/blob/master/LICENSE

.. image:: https://github.com/inveniosoftware/invenio-mail/workflows/CI/badge.svg
        :target: https://github.com/inveniosoftware/invenio-mail/actions

.. image:: https://img.shields.io/coveralls/inveniosoftware/invenio-mail.svg
        :target: https://coveralls.io/r/inveniosoftware/invenio-mail

.. image:: https://img.shields.io/pypi/v/invenio-mail.svg
        :target: https://pypi.org/pypi/invenio-mail

Invenio-Mail is an integration layer between Invenio and Flask-Mail.

Further documentation is available on
https://invenio-mail.readthedocs.io/

..
    This file is part of Invenio.
    Copyright (C) 2015-2023 CERN.

    Invenio is free software; you can redistribute it and/or modify it
    under the terms of the MIT License; see LICENSE file for more details.

Changes
=======

Version 2.2.0 (released 2024-12-20)

- retry e-mail sending on failure with random backoff

Version 2.1.1 (released 2024-05-28)

- installation: upper pin flask-mail due to breaking changes in v0.10.0

Version 2.1.0 (released 2023-11-29)

- add a func to send e-mails with inline attachments

Version 2.0.0 (released 2023-10-06)

- config: introduce MAIL_DEFAULT_REPLY_TO
- global: clean test infrastructure
- global: bump minimal python version to 3.7
- global: migrate CI to gh-actions

Version 1.0.2 (released 2018-12-05)

- Fixes issue with passing None context value to the e-mail template


Version 1.0.1 (released 2018-04-12)

- Fixes issue with task running in request context, when only the app context
  is needed. This causes issues when e.g host header injection protection is
  turned on.

Version 1.0.0 (released 2018-03-23)

- Initial public release.


