mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
try come back to branch
This commit is contained in:
parent
f64fe97c59
commit
6b022c6e5e
1 changed files with 1 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
config :mobilizon, Mobilizon.Web.Email.Mailer,
|
||||
adapter: Swoosh.Adapters.SMTP,
|
||||
relay: "127.0.0.1",
|
||||
hostname: "127.0.0.1",
|
||||
#hostname: "127.0.0.1",
|
||||
# usually 25, 465 or 587
|
||||
port: 25,
|
||||
username: "__YNH_USER__",
|
||||
|
@ -15,4 +15,3 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
|
|||
no_mx_lookups: false,
|
||||
# can be `:always`. If your smtp relay requires authentication set it to `:always`.
|
||||
auth: :always
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue