1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mobilizon_ynh.git synced 2024-09-03 19:46:19 +02:00

Merge pull request #165 from rodinux/master

change smtp module adapter
This commit is contained in:
yalh76 2023-06-08 01:21:32 +02:00 committed by GitHub
commit ab0d5a32c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 5 deletions

View file

@ -1,9 +1,7 @@
config :mobilizon, Mobilizon.Web.Email.Mailer, config :mobilizon, Mobilizon.Web.Email.Mailer,
#adapter: Swoosh.Adapters.SMTP, adapter: Swoosh.Adapters.SMTP,
#relay: "127.0.0.1", relay: "127.0.0.1",
adapter: Bamboo.SMTPAdapter,
server: "127.0.0.1",
#hostname: "127.0.0.1", #hostname: "127.0.0.1",
# usually 25, 465 or 587 # usually 25, 465 or 587
port: 25, port: 25,

View file

@ -20,7 +20,7 @@
"name": "yalh76" "name": "yalh76"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [