Email Configuration
Your django project must be configured to use the library. In settings.py
, add
EMAIL_BACKEND
.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
For full Sending Email Django Documentation.
Your django project must be configured to use the library. In settings.py
, add
EMAIL_BACKEND
.
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
For full Sending Email Django Documentation.