plain.email
Everything you need to send email in Plain.
Installation
Install the plain.email
package from PyPI:
uv add plain.email
Add plain.email
to your INSTALLED_PACKAGES
:
# settings.py
INSTALLED_PACKAGES = [
# ...
"plain.email",
]