From 54a3e49b2ee15ba1c649bbdaa32d73c59a9b538c Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 28 Jun 2022 20:28:43 +0200 Subject: [PATCH] Update mail.exs --- conf/mail.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/mail.exs b/conf/mail.exs index f91d016..722cb1a 100644 --- a/conf/mail.exs +++ b/conf/mail.exs @@ -1,7 +1,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer, - 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,