fix(shell): Add email related settings #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix-shell"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -222,3 +222,3 @@EMAIL_PORT = credentials.get_json("EMAIL_PORT", 465)EMAIL_USE_SSL = credentials.get("EMAIL_USE_SSL", False)SERVER_EMAIL = credentials["SERVER_EMAIL"]SERVER_EMAIL = credentials.get("SERVER_EMAIL", "root@localhost")Nein, on veut planter si les settings sont pas là, mettre ce défaut c'est mal. Ce que tu veux faire c'est rajouter des fichiers
SERVER_EMAILetDEFAULT_FROM_EMAILdans le dossier.credentialsDone in
5e837bdc6bPull request closed