From c649f4d3862b96cff31195c8caf8f8b9ea1a3cb5 Mon Sep 17 00:00:00 2001 From: Christopher Nethercott Date: Thu, 15 Dec 2022 17:42:08 +0000 Subject: [PATCH] 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. --- .env.production.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.production.sample b/.env.production.sample index 5eecb8bdea..0bf01bdc36 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=