[34588f42] Feature: BCC-Kopie an Kontaktadresse und UI-Übersicht für Formularantworten integriert
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user