# plain.email Everything you need to send email. ## Installation Add `plain.email` to your `INSTALLED_APPS`: ```python # settings.py INSTALLED_APPS = [ # ... 'plain.email', ] ```