Change to StartTLS
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user