------ Reworked vanilla_django backend allows you to extract the EmailMessage object without sending email. Refactored code for PEP8 compliance
0.4.5
------ Better error handling for the PostageApp backend
0.4.4
------ Allow overriding of file_extension on a call to send_mail for issue 12 https://github.com/bradwhittington/django-templated-email/issues/12
0.4.3
------ Allow overriding connection, auth_user and auth_password ala django.core.mail.send_mail for issue 10 https://github.com/bradwhittington/django-templated-email/issues/10
0.4.2
------ Allow overriding of template_dir on a call to send_mail for issue 12 https://github.com/bradwhittington/django-templated-email/issues/12
0.4.1
------ Basic fix for issue 3 https://github.com/bradwhittington/django-templated-email/issues/3 to support better template inheritence