From da259b45783309232b7ba46e7d9f70b3dd80e56a Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Thu, 20 Jul 2023 07:16:54 +0200 Subject: [PATCH] Update .env use sendmail for default mail sending, should work out of the box for fresh installs --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 8f21fa35..87dc5b42 100644 --- a/conf/.env +++ b/conf/.env @@ -84,7 +84,7 @@ NODEINFO=true WEBFINGER=true ## Mail Configuration (Post-Installer) -MAIL_DRIVER=smtp +MAIL_DRIVER=sendmail MAIL_HOST=localhost MAIL_PORT=25 MAIL_USERNAME=null