envio de correos por timbres cliente
This commit is contained in:
@@ -101,13 +101,14 @@ ACCOUNT_LOGOUT_ON_PASSWORD_CHANGE = True
|
||||
|
||||
EMAIL_TIMEOUT = 5
|
||||
#EMAIL_USE_TLS = True
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||
EMAIL_HOST = 'secure.emailsrvr.com'
|
||||
EMAIL_PORT = 465
|
||||
EMAIL_HOST_USER = DEFAULT_FROM_EMAIL = 'noreply@aduanasoft.com.mx'
|
||||
EMAIL_HOST_USER = 'noreply@aduanasoft.com.mx'
|
||||
EMAIL_HOST_PASSWORD = 'N036p7y!'
|
||||
EMAIL_SUBJECT_PREFIX = 'AS Timbres'
|
||||
EMAIL_USE_SSL=True
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.smtp.EmailBackend'
|
||||
|
||||
|
||||
# Database
|
||||
# https://docs.djangoproject.com/en/4.1/ref/settings/#databases
|
||||
|
||||
Reference in New Issue
Block a user