[34588f42] Feature: BCC-Kopie an Kontaktadresse und UI-Übersicht für Formularantworten integriert

This commit is contained in:
2026-04-18 11:20:52 +00:00
parent aa3ff2998f
commit c458a9c26c
4 changed files with 64 additions and 1 deletions

View File

@@ -121,6 +121,7 @@ class GmailService:
message = MIMEText(body_html, 'html')
message['to'] = to
message['subject'] = subject
message['bcc'] = 'kontakt@kinderfotos-erding.de'
raw_message = base64.urlsafe_b64encode(message.as_bytes()).decode()