Change to StartTLS

This commit is contained in:
2025-04-03 20:09:39 +03:00
parent 6b3553e908
commit bd7a12370b

View File

@@ -70,10 +70,10 @@ if config_env() == :prod do
relay: "mail.tietokonepaja.fi",
username: System.get_env("SMTP_USERNAME"),
password: System.get_env("SMTP_PASSWORD"),
ssl: false,
tls: :never,
auth: :never,
port: 25,
ssl: true,
tls: :always,
auth: :always,
port: 587,
dkim: [
s: "default",
d: "livonsaarenosuuspuutarha.fi",