From 882fd613e9bee3aa24988c28815d94a7b755d573 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 18 Jan 2023 20:52:02 +0100 Subject: [PATCH 1/2] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 3b43f8e..9d70c7d 100644 --- a/manifest.json +++ b/manifest.json @@ -20,7 +20,7 @@ "name": "yalh76" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.0" }, "multi_instance": false, "services": [ From 90df295fdec362a4f7a31b94168da234f75e0f6d Mon Sep 17 00:00:00 2001 From: Robles Rodolphe Date: Tue, 30 May 2023 00:29:01 +0200 Subject: [PATCH 2/2] Update mail.exs Use Swoosh.Adapters.SMTP --- conf/mail.exs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/mail.exs b/conf/mail.exs index 9cfbe90..c8ef46e 100644 --- a/conf/mail.exs +++ b/conf/mail.exs @@ -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,