Metadata-Version: 2.4
Name: plain.email
Version: 0.11.1
Summary: Everything you need to send email in Plain.
Author-email: Dave Gaeddert <dave.gaeddert@dropseed.dev>
License-Expression: BSD-3-Clause
License-File: LICENSE
Requires-Python: >=3.13
Requires-Dist: plain<1.0.0
Description-Content-Type: text/markdown

# plain.email

**Everything you need to send email in Plain.**

- [Installation](#installation)

## Installation

Install the `plain.email` package from [PyPI](https://pypi.org/project/plain.email/):

```bash
uv add plain.email
```

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

```python
# settings.py
INSTALLED_PACKAGES = [
    # ...
    "plain.email",
]
```
