This commit is contained in:
2025-11-14 11:52:49 +01:00
parent a3f92f2973
commit 9a84d36d68
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ public function envelope(): Envelope
return new Envelope(
// TODO: get from settings
from: new Address('buchhaltung@tooloop.de', 'Tooloop Multimedia'),
bcc: [new Address('daniel.stock@tooloop.de', '<Daniel Stock')],
bcc: [new Address('daniel.stock@tooloop.de', 'Daniel Stock')],
subject: 'Auftragsbestätigung',
);
}
+1 -1
View File
@@ -28,7 +28,7 @@ public function envelope(): Envelope
return new Envelope(
// TODO: get from settings
from: new Address('buchhaltung@tooloop.de', 'Tooloop Multimedia'),
bcc: [new Address('daniel.stock@tooloop.de', '<Daniel Stock')],
bcc: [new Address('daniel.stock@tooloop.de', 'Daniel Stock')],
subject: 'Zahlungserinnerung',
);
}