From 137cc0d59c80889bd03c7c5a2d6d37c9df7f7a61 Mon Sep 17 00:00:00 2001 From: Nicolas Stuhlfauth <17216829+nicostuhlfauth@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:49:44 +0200 Subject: [PATCH] chore: Add EMAIL_FROM_NAME to .env.example --- .env.example | 1 + 1 file changed, 1 insertion(+) diff --git a/.env.example b/.env.example index 4882799dd..02d7ce981 100644 --- a/.env.example +++ b/.env.example @@ -51,6 +51,7 @@ ZOOM_CLIENT_SECRET= # E-mail settings # Configures the global From: header whilst sending emails. +EMAIL_FROM_NAME=YourOrganizationName EMAIL_FROM=notifications@example.com # Configure SMTP settings (@see https://nodemailer.com/smtp/).