1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00
This commit is contained in:
yalh76 2020-02-22 17:40:04 +01:00
commit 08ebf2fb68

View file

@ -29,11 +29,11 @@ config :mobilizon, MobilizonWeb.Email.Mailer,
adapter: Bamboo.SMTPAdapter, adapter: Bamboo.SMTPAdapter,
server: "127.0.0.1", server: "127.0.0.1",
hostname: "127.0.0.1", hostname: "127.0.0.1",
port: 465, port: 25,
# or {:system, "SMTP_USERNAME"} # or {:system, "SMTP_USERNAME"}
username: nil, # username: nil,
# or {:system, "SMTP_PASSWORD"} # or {:system, "SMTP_PASSWORD"}
password: nil, # password: nil,
# can be `:always` or `:never` # can be `:always` or `:never`
tls: :if_available, tls: :if_available,
# or {":system", ALLOWED_TLS_VERSIONS"} w/ comma seprated values (e.g. "tlsv1.1,tlsv1.2") # or {":system", ALLOWED_TLS_VERSIONS"} w/ comma seprated values (e.g. "tlsv1.1,tlsv1.2")