Remove SSL from SMTP sending config
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user