mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Fix mail
This commit is contained in:
parent
97fe07c961
commit
08ebf2fb68
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue