mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
Inspect mailer errors in boot (#1351)
Inspect mailer errors https://github.com/firezone/firezone/actions/runs/3970079790
This commit is contained in:
@@ -104,7 +104,7 @@ if config_env() == :prod do
|
||||
if mailer.valid? do
|
||||
config :fz_http, FzHttpWeb.Mailer, FzHttpWeb.Mailer.from_configuration(mailer)
|
||||
else
|
||||
Logger.warn("Outbound email not configured. Disabling! Details: #{mailer.errors}")
|
||||
Logger.warn("Outbound email not configured. Disabling! Details: #{inspect(mailer.errors)}")
|
||||
end
|
||||
else
|
||||
{:error, error} ->
|
||||
|
||||
Reference in New Issue
Block a user