mirror of
https://github.com/pacnpal/django-anymail.git
synced 2026-03-26 10:39:27 -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