Skip to content
Snippets Groups Projects
Commit 97651306 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

Merge branch 'fix_nextcloud19_smtp' into 'master'

NC19 prefers STARTTLS on port 587

See merge request openappstack/openappstack!375
parents d1af2e58 d27266e8
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ nextcloud: ...@@ -13,7 +13,7 @@ nextcloud:
smtp: smtp:
host: "{{ outgoing_mail.smtp.host }}" host: "{{ outgoing_mail.smtp.host }}"
{% if outgoing_mail.smtp.ssl %} {% if outgoing_mail.smtp.ssl %}
secure: "ssl" secure: "tls"
{% else %} {% else %}
secure: "" secure: ""
{% endif %} {% endif %}
......
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