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

[Mobilizon] Maybe fixed SMTP protocol encryption

parent 3e9d2061
No related branches found
No related tags found
1 merge request!55Mobilizon
......@@ -42,7 +42,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
password: System.get_env("MOBILIZON_SMTP_PASSWORD", nil),
# can be `:always` or `:never`
tls: :if_available,
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"],
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2", :"tlsv1.3"],
# can be `true`
ssl: System.get_env("MOBILIZON_SMTP_SSL", "false"),
retries: 1,
......
......@@ -6,4 +6,4 @@ MOBILIZON_SMTP_HOSTNAME=your.host.fr
MOBILIZON_SMTP_PORT=25
MOBILIZON_SMTP_USERNAME=your@email.com
MOBILIZON_SMTP_PASSWORD=yourpasswordtologin
MOBILIZON_SMTP_SSL=true
MOBILIZON_SMTP_SSL=false
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