Improve syntax email

This commit is contained in:
Jesús
2020-09-13 18:06:10 -05:00
parent 36f1d2e6ea
commit bd3b934853
2 changed files with 6 additions and 6 deletions

View File

@@ -132,8 +132,8 @@ MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
# Incoming Email
E_NOREPLAY = 'noreply@example.com'
E_INCOMING = 'user@example.com'
EMAIL_FROM = 'noreply@example.com'
EMAIL_TO = 'user@example.com'
# Email config
EMAIL_HOST = 'smtp.example.com'