diff --git a/now_lms/mail.py b/now_lms/mail.py index eb864171..134c5c48 100644 --- a/now_lms/mail.py +++ b/now_lms/mail.py @@ -56,6 +56,7 @@ def cargar_configuracion_correo_desde_db(): "MAIL_PASSWORD": descifrar_secreto(CONFIG.MAIL_PASSWORD).decode(), "MAIL_USE_TLS": CONFIG.MAIL_USE_TLS, "MAIL_USE_SSL": CONFIG.MAIL_USE_SSL, + "MAIL_BACKEND": "smtp", } )