Need to send email from your Django app, but tired of fiddling with SMTP and servers? Just install our PyPI package and use Django’s built-in email system—no new learning curve:
django-notifiedby
package plugs right into your project in seconds.
send_mail
.
INSTALLED_APPS
and configure backend + API key:html_message=
or EmailMultiAlternatives
as always.