Skip to content

Commit

Permalink
activate ssl for smtp
Browse files Browse the repository at this point in the history
  • Loading branch information
sorax committed Dec 1, 2023
1 parent db9f47d commit 8ca44ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ if config_env() == :prod do
relay: System.get_env("SMTP_SERVER"),
username: System.get_env("SMTP_USERNAME"),
password: System.get_env("SMTP_PASSWORD"),
ssl: false,
ssl: true,
tls: :always,
auth: :always,
port: String.to_integer(System.get_env("SMTP_PORT")),
Expand Down

0 comments on commit 8ca44ef

Please sign in to comment.