Closed Nekmo closed 8 years ago
module_name parameter is removed in 1.8 https://code.djangoproject.com/ticket/19689
This causes a fault in my program:
Exception Type: AttributeError at /coms/send-email/ Exception Value: 'Options' object has no attribute 'module_name'
Please fix the problem.
I don't have a time. You can fix it by you're self at development branch. thanks.
@skhaylov, thanks.
pip install django-db-mailer==2.3a1
module_name parameter is removed in 1.8 https://code.djangoproject.com/ticket/19689
This causes a fault in my program:
Please fix the problem.