This commit is contained in:
Willem van den Ende 2026-05-07 17:02:00 +01:00
parent b45e2af4dc
commit 5d8337c3e6

View File

@ -121,7 +121,7 @@ if config_env() == :prod do
config :firehose, Firehose.Mailer, config :firehose, Firehose.Mailer,
adapter: Swoosh.Adapters.SMTP, adapter: Swoosh.Adapters.SMTP,
server: System.get_env("SMTP_HOST"), relay: System.get_env("SMTP_HOST"),
port: String.to_integer(System.get_env("SMTP_PORT") || "587"), port: String.to_integer(System.get_env("SMTP_PORT") || "587"),
username: System.get_env("SMTP_USERNAME"), username: System.get_env("SMTP_USERNAME"),
password: System.get_env("SMTP_PASSWORD"), password: System.get_env("SMTP_PASSWORD"),