From 93a6487ac05aefeae379196c58d586252392e2ad Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Fri, 26 Dec 2025 03:06:16 +0100 Subject: [PATCH] sdsf --- config/staging/emailtemplates.php | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/config/staging/emailtemplates.php b/config/staging/emailtemplates.php index 95079c3..9cdecf4 100644 --- a/config/staging/emailtemplates.php +++ b/config/staging/emailtemplates.php @@ -4,4 +4,16 @@ $emailtemplates = [ 'registration_welcome' => 'Template 1', 'registration_resend_code' => 'template mit block', 'password_reset' => 'template mit block', -]; \ No newline at end of file +]; + +// 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