mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update mail.exs
This commit is contained in:
parent
0c1cea9bec
commit
54a3e49b2e
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
|
|
||||||
config :mobilizon, Mobilizon.Web.Email.Mailer,
|
config :mobilizon, Mobilizon.Web.Email.Mailer,
|
||||||
adapter: Bamboo.SMTPAdapter,
|
adapter: Swoosh.Adapters.SMTP,
|
||||||
server: "127.0.0.1",
|
relay: "127.0.0.1",
|
||||||
#hostname: "127.0.0.1",
|
#hostname: "127.0.0.1",
|
||||||
# usually 25, 465 or 587
|
# usually 25, 465 or 587
|
||||||
port: 25,
|
port: 25,
|
||||||
|
|
Loading…
Add table
Reference in a new issue