From 69d327149f79aa5743df5eb0c2c449dfa50d0ce6 Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Sun, 27 Nov 2022 23:51:51 +0100 Subject: [PATCH] choose Bamboo adapter for mail This version of Mobilizon works with the module Bamboo, not Swoosh --- conf/mail.exs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/conf/mail.exs b/conf/mail.exs index c8ef46e..9cfbe90 100644 --- a/conf/mail.exs +++ b/conf/mail.exs @@ -1,7 +1,9 @@ config :mobilizon, Mobilizon.Web.Email.Mailer, - adapter: Swoosh.Adapters.SMTP, - relay: "127.0.0.1", + #adapter: Swoosh.Adapters.SMTP, + #relay: "127.0.0.1", + adapter: Bamboo.SMTPAdapter, + server: "127.0.0.1", #hostname: "127.0.0.1", # usually 25, 465 or 587 port: 25,