#31 API Token mail

* sends an email to the support address if a new token has been generated
This commit is contained in:
2022-01-27 11:47:27 +01:00
parent c9bccec1a5
commit 6deff28389
6 changed files with 89 additions and 19 deletions

View File

@@ -213,6 +213,7 @@ EMAIL_FILE_PATH = '/tmp/app-messages' # change this to a proper location
DEFAULT_FROM_EMAIL = "service@ksp.de" # The default email address for the 'from' element
EMAIL_HOST = "localhost"
EMAIL_REPLY_TO = "ksp-servicestelle@sgdnord.rlp.de"
SUPPORT_MAIL_RECIPIENT = EMAIL_REPLY_TO
EMAIL_PORT = "25"
#EMAIL_HOST_USER = ""
#EMAIL_HOST_PASSWORD = ""