Finish send mail dialog, fixes #12

This commit is contained in:
2025-11-19 14:30:24 +01:00
parent 856d4d52a9
commit 4da724816e
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',
);
}