1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Update mail.exs

Use Swoosh.Adapters.SMTP
This commit is contained in:
Robles Rodolphe 2023-05-30 00:29:01 +02:00 committed by GitHub
parent 882fd613e9
commit 90df295fde
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,7 @@
config :mobilizon, Mobilizon.Web.Email.Mailer,
#adapter: Swoosh.Adapters.SMTP,
#relay: "127.0.0.1",
adapter: Bamboo.SMTPAdapter,
server: "127.0.0.1",
adapter: Swoosh.Adapters.SMTP,
relay: "127.0.0.1",
#hostname: "127.0.0.1",
# usually 25, 465 or 587
port: 25,