improve email inbox

This commit is contained in:
Jesús
2020-09-13 14:54:30 -05:00
parent 0a06bf8a5d
commit 36f1d2e6ea
2 changed files with 10 additions and 2 deletions

View File

@@ -131,6 +131,10 @@ MEDIA_ROOT = os.path.join(BASE_DIR, 'core/static')
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# Incoming Email
E_NOREPLAY = 'noreply@example.com'
E_INCOMING = 'user@example.com'
# Email config
EMAIL_HOST = 'smtp.example.com'
EMAIL_HOST_USER = 'username'