From 534713359a6c74cd1673ddf8f20e752b51a20576 Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sat, 27 Dec 2025 00:44:59 +0100 Subject: [PATCH] asd --- config/staging/emailtemplates.php | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/config/staging/emailtemplates.php b/config/staging/emailtemplates.php index 9cdecf4..9a4ab98 100644 --- a/config/staging/emailtemplates.php +++ b/config/staging/emailtemplates.php @@ -7,13 +7,13 @@ $emailtemplates = [ ]; // Hinweis zu ENV-Variablen für den Versand (werden außerhalb dieses Files gesetzt): -// EMAILTEMPLATE_API_BASE = https://... (optional externe Template-API, wie im retool-Sender) -// EMAILTEMPLATE_API_TOKEN = -// MAIL_TRANSPORT = mail | smtp -// MAIL_FROM = no-reply@papa-kind-treff.info -// MAIL_FROM_NAME = Papa-Kind-Treff -// SMTP_HOST = smtp.example.com -// SMTP_PORT = 587 -// SMTP_USER = -// SMTP_PASS = -// SMTP_SECURE = tls | ssl | none +EMAILTEMPLATE_API_BASE = https://... (optional externe Template-API, wie im retool-Sender) +EMAILTEMPLATE_API_TOKEN = +MAIL_TRANSPORT = mail | smtp +MAIL_FROM = no-reply@papa-kind-treff.info +MAIL_FROM_NAME = Papa-Kind-Treff +SMTP_HOST = smtp.example.com +SMTP_PORT = 587 +SMTP_USER = +SMTP_PASS = +SMTP_SECURE = tls | ssl | none