Metadata-Version: 2.1
Name: django-wailer
Version: 1.0.0b1
Summary: A Django emailing/texting utility
Home-page: https://github.com/withagency/wailer
License: WTFPL
Keywords: django,email,sms
Author: Rémy Sanchez
Author-email: remy.sanchez@hyperthese.net
Requires-Python: >=3.8,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.2
Classifier: Framework :: Django :: 4
Classifier: Framework :: Django :: 4.0
Classifier: Framework :: Django :: 4.1
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications :: Email
Classifier: Topic :: Software Development :: Libraries
Classifier: Typing :: Typed
Requires-Dist: Django
Requires-Dist: django-phonenumber-field[phonenumbers] (>=6)
Requires-Dist: django-sms (>=0.5)
Requires-Dist: httpx
Requires-Dist: premailer (>=3)
Requires-Dist: typing-extensions (>=4)
Project-URL: Repository, https://github.com/withagency/wailer
Description-Content-Type: text/markdown

# Wailer

![Unit Tests](https://github.com/WithAgency/Wailer/actions/workflows/tests.yml/badge.svg)
![Documentation](https://readthedocs.com/projects/with-wailer/badge/?version=latest)

Wailer (WITH Mailer) is an utility that builds on top of Django's emailing
capabilities (and SMS through `django-sms`) in order to provide easy solutions
to common emailing problems.

- Inlining CSS of emails you send
- Have direct-access URLs for those emails
- Manage the localization (even from a server-side task)

## Documentation

[✨ **Documentation is there** ✨](https://with-wailer.readthedocs-hosted.com/en/latest/)

