Remove SSL from SMTP sending config

This commit is contained in:
Veikko Lintujärvi
2025-04-03 17:35:57 +00:00
parent bd7a12370b
commit 592278fd26

View File

@@ -70,7 +70,7 @@ if config_env() == :prod do
relay: "mail.tietokonepaja.fi", relay: "mail.tietokonepaja.fi",
username: System.get_env("SMTP_USERNAME"), username: System.get_env("SMTP_USERNAME"),
password: System.get_env("SMTP_PASSWORD"), password: System.get_env("SMTP_PASSWORD"),
ssl: true, ssl: false,
tls: :always, tls: :always,
auth: :always, auth: :always,
port: 587, port: 587,