https://github.com/asphalt-framework/asphalt-mailer
Mailer component for the Asphalt framework
https://github.com/asphalt-framework/asphalt-mailer
email python3
Last synced: 5 months ago
JSON representation
Mailer component for the Asphalt framework
- Host: GitHub
- URL: https://github.com/asphalt-framework/asphalt-mailer
- Owner: asphalt-framework
- License: apache-2.0
- Created: 2015-08-17T20:36:35.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T20:11:25.000Z (5 months ago)
- Last Synced: 2026-01-13T01:19:49.495Z (5 months ago)
- Topics: email, python3
- Language: Python
- Size: 169 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
.. image:: https://github.com/asphalt-framework/asphalt-mailer/actions/workflows/test.yml/badge.svg
:target: https://github.com/asphalt-framework/asphalt-mailer/actions/workflows/test.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-mailer/badge.svg?branch=master
:target: https://coveralls.io/github/asphalt-framework/asphalt-mailer?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-mailer/badge/?version=latest
:target: https://asphalt-mailer.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
This Asphalt framework component provides a means for sending email from Asphalt applications.
Three mechanisms are currently supported:
* `SMTP `_ (using `aiosmtplib`_)
* `Sendmail `_
* Mock (just stores sent mails; useful for testing applications)
Third party libraries may provide additional backends.
.. _aiosmtplib: https://github.com/cole/aiosmtplib
Project links
-------------
* `Documentation `_
* `Help and support `_
* `Source code `_
* `Issue tracker `_