Use TLS port
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-05-04 11:59:08 +02:00
parent f1093e0f4c
commit 38d434d458
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ env:
RUN_MODE: "prod"
SECRET_KEY: "{{ vault.secret_key }}"
SMTP_FROM: "gitea-autonomic@decentral1.se"
SMTP_HOST: "mail.gandi.net:587"
SMTP_HOST: "mail.gandi.net:465"
SMTP_MAILER_TYPE: "smtp"
SMTP_PASSWD: "{{ vault.smtp_passwd }}"
SMTP_TLS_ENABLED: "true"