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",
]
Plain is headed towards 1.0! Subscribe for development updates →
Everything you need to send email in Plain.
Install the plain.email package from PyPI:
uv add plain.email
Add plain.email to your INSTALLED_PACKAGES:
# settings.py
INSTALLED_PACKAGES = [
# ...
"plain.email",
]