Skip to content

Commit

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

0 comments on commit cf6b6dc

Please sign in to comment.