Skip to content

Commit

Permalink
fix: Set smtp mail backend
Browse files Browse the repository at this point in the history
Signed-off-by: William José Moreno Reyes <williamjmorenor@gmail.com>
  • Loading branch information
williamjmorenor committed Mar 11, 2024
1 parent 4609942 commit c58dc2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions now_lms/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
}
)

Expand Down

0 comments on commit c58dc2c

Please sign in to comment.