chore: Add EMAIL_FROM_NAME to .env.example

This commit is contained in:
Nicolas Stuhlfauth
2024-09-18 19:49:44 +02:00
parent 643aec299c
commit 137cc0d59c

View File

@@ -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/).