mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-23 01:06:04 -04:00
* Update utils.get_anymail_setting to support kwargs override of django.conf.settings values * Use the updated version everywhere * Switch from ImproperlyConfigured to AnymailConfigurationError exception (anticipates feature_wehooks change) Closes #12