fix typo
This commit is contained in:
@@ -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',
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user