Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Commit

Permalink
fix: email port
Browse files Browse the repository at this point in the history
  • Loading branch information
sibalzer committed May 25, 2021
1 parent 249331b commit 556e16b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/settings.py
Expand Up @@ -29,6 +29,7 @@
SERVER = config["EMAIL"]["server"]
PASSWORD = config["EMAIL"]["password"]
EMAIL_RECEIVERS = config["EMAIL"]["empfaenger"].split(',')
PORT = config["EMAIL"]["port"]
except KeyError as e:
log.warning(
f"[EMAIL] '{e}' is missing in Config. Set Email to False")
Expand Down

0 comments on commit 556e16b

Please sign in to comment.