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,