Metadata-Version: 2.1
Name: nti.mailer
Version: 0.0.1a2
Summary: Integrates pyramid_mailer and repoze.sendmail with Amazon SES.
Home-page: https://github.com/NextThought/nti.mailer
Author: Josh Zuech
Author-email: open-source@nextthought.com
License: Apache
Keywords: Base
Platform: UNKNOWN
Classifier: Framework :: Zope3
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5
Provides-Extra: test
Provides-Extra: docs
License-File: LICENSE
License-File: AUTHORS

============
 nti.mailer
============

.. image:: https://github.com/NextThought/nti.mailer/actions/workflows/tests.yml/badge.svg
   :target: https://github.com/NextThought/nti.mailer
   :alt: nti.mailer test status and repository

.. image:: https://coveralls.io/repos/github/NextThought/nti.mailer/badge.svg?branch=master
    :target: https://coveralls.io/github/NextThought/nti.mailer?branch=master

.. image:: https://readthedocs.org/projects/ntimailer/badge/?version=latest
   :target: https://ntimailer.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


=========
 Changes
=========

0.0.1a2 (2021-09-07)
====================

- Translate the *subject* argument given to the default
  ``ITemplatedMailer`` implementation. See `issue 18
  <https://github.com/NextThought/nti.mailer/issues/18>`_.

- Deprecate the *message_factory* argument to
  ``ITemplatedMailer.queue_simple_html_text_email``. If you use this
  argument, please bring up your use-case in the issue tracker.

- Reach 100% test coverage.

0.0.1a1 (2021-08-12)
====================

- Initial PyPI release.

- Add support for Python 3.6 through 3.9. 3.10 is expected when
  zodbpickle supports it.


