Metadata-Version: 2.4
Name: plain.email
Version: 0.8.0
Summary: Email sending for Plain.
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
License-Expression: BSD-3-Clause
License-File: LICENSE
Requires-Python: >=3.11
Requires-Dist: plain<1.0.0
Description-Content-Type: text/markdown

# plain.email

Everything you need to send email.

## Installation

Add `plain.email` to your `INSTALLED_APPS`:

```python
# settings.py
INSTALLED_APPS = [
    # ...
    'plain.email',
]
```
