aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/FUNDING.yml1
-rw-r--r--config/mail.js2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
index 5200e71..879864a 100644
--- a/.github/FUNDING.yml
+++ b/.github/FUNDING.yml
@@ -1 +1,2 @@
1github: getferdi
1open_collective: getferdi 2open_collective: getferdi
diff --git a/config/mail.js b/config/mail.js
index 88edd05..b876f19 100644
--- a/config/mail.js
+++ b/config/mail.js
@@ -30,7 +30,7 @@ module.exports = {
30 name: Env.get('EXTERNAL_DOMAIN'), 30 name: Env.get('EXTERNAL_DOMAIN'),
31 port: Env.get('SMTP_PORT', 2525), 31 port: Env.get('SMTP_PORT', 2525),
32 host: Env.get('SMTP_HOST'), 32 host: Env.get('SMTP_HOST'),
33 secure: JSON.parse(Env.get("MAIL_SSL", "true")), 33 secure: JSON.parse(Env.get("MAIL_SSL", Env.get('SSL', false))),
34 authMethod: 'LOGIN', 34 authMethod: 'LOGIN',
35 auth: { 35 auth: {
36 user: Env.get('MAIL_USERNAME'), 36 user: Env.get('MAIL_USERNAME'),