diff options
author | Christopher Nethercott <ccnethercott@gmail.com> | 2022-12-15 17:42:08 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 18:42:08 +0100 |
commit | c649f4d3862b96cff31195c8caf8f8b9ea1a3cb5 (patch) | |
tree | f25d80f30d41563f61ddbba9d93971b2f2d8708c | |
parent | bf1c7e2122dee94a5ace33a4a70aba7ba8de3bc0 (diff) |
fix: remove SMTP_SERVER (#21342)
Firstly, mailgun.com is now their domain. Secondly they are lots of providers to use; and sysadmins should be able to choose.
-rw-r--r-- | .env.production.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.env.production.sample b/.env.production.sample index 5eecb8bde..0bf01bdc3 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -54,7 +54,7 @@ VAPID_PUBLIC_KEY= # Sending mail # ------------ -SMTP_SERVER=smtp.mailgun.org +SMTP_SERVER= SMTP_PORT=587 SMTP_LOGIN= SMTP_PASSWORD= |