4👍
During unittesting django.core.mail overrides all EMAIL settings with backends.locmem.EmailBackend
There are provisions for handling emails during testing.
https://docs.djangoproject.com/en/1.7/topics/testing/tools/#email-services
Source:stackexchange.com