Skip to content
Snippets Groups Projects
Verified Commit b19f70bf authored by cyrinux's avatar cyrinux :construction_worker_tone1:
Browse files

fix: typo

parent 5494cd66
No related branches found
No related tags found
No related merge requests found
Pipeline #31634 failed
......@@ -138,7 +138,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
username: System.get_env("MOBILIZON_SMTP_USERNAME", nil),
password: System.get_env("MOBILIZON_SMTP_PASSWORD", nil),
no_mx_lookups: System.get_env("MOBILIZON_SMTP_NO_MX_LOOKUP", false),
auth: System.get_env("MOBILIZON_SMTP_AUTH", "if_available")
auth: System.get_env("MOBILIZON_SMTP_AUTH", "if_available"),
tls: System.get_env("MOBILIZON_SMTP_TLS", "if_available"),
tls_options:
:tls_certificate_check.options(System.get_env("MOBILIZON_SMTP_SERVER", "localhost")),
......
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