Metadata-Version: 2.1
Name: invenio-mail
Version: 2.0.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
Description: ..
            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-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.
        
        Changes
        =======
        
        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.
        
Keywords: invenio mail
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.7
Provides-Extra: tests
Provides-Extra: celery
Provides-Extra: docs
