Skip to content
Snippets Groups Projects
Verified Commit 3e9d2061 authored by Gaëtan Blond's avatar Gaëtan Blond
Browse files

[Mobilizon] Maybe fix mail

parent 9b36c5f2
No related branches found
No related tags found
1 merge request!55Mobilizon
...@@ -48,5 +48,5 @@ config :mobilizon, Mobilizon.Web.Email.Mailer, ...@@ -48,5 +48,5 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
retries: 1, retries: 1,
# can be `true` # can be `true`
no_mx_lookups: false, no_mx_lookups: false,
# can be `:always`. If your smtp relay requires authentication set it to `:always`. # can be `:if_available`. If your smtp relay requires authentication set it to `:always`.
auth: :if_available auth: :always
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment