From 5d8337c3e6d09d609b511467c6ed9d1210526069 Mon Sep 17 00:00:00 2001 From: Willem van den Ende Date: Thu, 7 May 2026 17:02:00 +0100 Subject: [PATCH] typo --- app/config/runtime.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/runtime.exs b/app/config/runtime.exs index e87ffd8..d573d45 100644 --- a/app/config/runtime.exs +++ b/app/config/runtime.exs @@ -121,7 +121,7 @@ if config_env() == :prod do config :firehose, Firehose.Mailer, 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"), username: System.get_env("SMTP_USERNAME"), password: System.get_env("SMTP_PASSWORD"),