From 99e432bac0b13703a595e43b46cbbaf2482c227a Mon Sep 17 00:00:00 2001 From: Finn Christiansen Date: Fri, 1 Nov 2024 21:28:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20missing=20SMTP=5FPORT=20to?= =?UTF-8?q?=20.env.example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 4b47705..50a30eb 100644 --- a/.env.example +++ b/.env.example @@ -7,4 +7,5 @@ REGISTRATION_URL="https://matrix.example.org/register?token=" SMTP_HOSTNAME="smtp.example.org" SMTP_USERNAME="username" SMTP_PASSWORD="password" +SMTP_PORT="587" MAIL_FROM_ADDRESS="me@example.org"