From 3e9d2061803749bb48d55fcc30d7634935f78b2e Mon Sep 17 00:00:00 2001 From: Mindstan <mindstan@hotmail.fr> Date: Sun, 25 Oct 2020 18:13:11 +0100 Subject: [PATCH] [Mobilizon] Maybe fix mail --- pica-mobilizon/app/prod.secret.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pica-mobilizon/app/prod.secret.exs b/pica-mobilizon/app/prod.secret.exs index a68297b0..f9ee7e1b 100644 --- a/pica-mobilizon/app/prod.secret.exs +++ b/pica-mobilizon/app/prod.secret.exs @@ -48,5 +48,5 @@ config :mobilizon, Mobilizon.Web.Email.Mailer, retries: 1, # can be `true` no_mx_lookups: false, - # can be `:always`. If your smtp relay requires authentication set it to `:always`. - auth: :if_available + # can be `:if_available`. If your smtp relay requires authentication set it to `:always`. + auth: :always -- GitLab