Skip to content
Snippets Groups Projects
Commit 9d9e45fd authored by Alexander König's avatar Alexander König
Browse files

added new setting to enable TLS 1.2

parent 32dd181a
No related branches found
No related tags found
No related merge requests found
...@@ -128,7 +128,7 @@ mail.server.disabled = false ...@@ -128,7 +128,7 @@ mail.server.disabled = false
mail.server.username = ${MAIL_USER} mail.server.username = ${MAIL_USER}
mail.server.password = ${MAIL_PASSWORD} mail.server.password = ${MAIL_PASSWORD}
mail.server.port = 587 mail.server.port = 587
mail.extraproperties = mail.smtp.starttls.enable=true mail.extraproperties = mail.smtp.starttls.enable=true,mail.smtp.ssl.protocols=TLSv1.2
# Eurac IAL: Contact information # Eurac IAL: Contact information
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment