Top "Django-mailer" questions

Django-mailer is a pluggable django app for mail queuing and management

RuntimeWarning: DateTimeField received a naive datetime

I m trying to send a simple mail using IPython. I have not set up any models still getting this …

django django-mailer
Creating email templates with Django

I want to send HTML-emails, using Django templates like this: <html> <body> hello <strong>{{…

django email django-email django-mailer
MySQL Error 1118 (Row size too large) when restoring Django-mailer database

I dumped a working production database from a django app and am trying to migrate it to my local development …

mysql django innodb django-mailer
Testing Django email backend

In my settings.py, I put: EMAIL_BACKEND = 'mailer.backend.DbBackend' So even when importing from from django.core.mail …

django unit-testing testing django-mailer