Finish send mail dialog, fixes #12

This commit is contained in:
2025-11-19 14:30:24 +01:00
parent d6e58a762c
commit ed017e0510
5 changed files with 57 additions and 31 deletions
-1
View File
@@ -28,7 +28,6 @@ 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')],
subject: 'Zahlungserinnerung',
);
}