mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Merge pull request #193 from YunoHost-Apps/revert-191-patch-1
Revert "Update mail.exs"
This commit is contained in:
commit
dfa9e17c44
1 changed files with 3 additions and 10 deletions
|
@ -4,19 +4,12 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
|
|||
relay: "127.0.0.1",
|
||||
#hostname: "127.0.0.1",
|
||||
# usually 25, 465 or 587
|
||||
port: 587,
|
||||
port: 25,
|
||||
username: "__YNH_USER__",
|
||||
password: "__YNH_USER_PASSWORD__",
|
||||
# can be `:always` or `:never`
|
||||
tls: :always,
|
||||
tls_options: [
|
||||
versions: [:"tlsv1.2",:"tlsv1.3"],
|
||||
verify: :verify_peer,
|
||||
cacerts: :public_key.cacerts_get(),
|
||||
server_name_indication: '__DOMAIN__',
|
||||
depth: 99
|
||||
],
|
||||
ssl: false,
|
||||
tls: :if_available,
|
||||
allowed_tls_versions: [:"tlsv1.2"],
|
||||
retries: 1,
|
||||
# can be `true`
|
||||
no_mx_lookups: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue