Merge branch 'email-spam' into 'main'

Move mailer from Bamboo to Swoosh

Closes #491

See merge request framasoft/mobilizon!1203
This commit is contained in:
Thomas Citharel
2022-04-05 11:21:24 +00:00
37 changed files with 405 additions and 554 deletions

View File

@@ -106,9 +106,8 @@ config :mobilizon, :media_proxy,
]
config :mobilizon, Mobilizon.Web.Email.Mailer,
adapter: Bamboo.SMTPAdapter,
server: "localhost",
hostname: "localhost",
adapter: Swoosh.Adapters.SMTP,
relay: "localhost",
# usually 25, 465 or 587
port: 25,
username: nil,