diff --git a/app/Mail/Reminder.php b/app/Mail/Reminder.php index 44e01f5..44fa790 100644 --- a/app/Mail/Reminder.php +++ b/app/Mail/Reminder.php @@ -18,9 +18,7 @@ class Reminder extends Mailable /** * Create a new message instance. */ - public function __construct( - public array $invoice, - ) {} + public function __construct(public array $invoice) {} /** * Get the message envelope. @@ -28,9 +26,9 @@ public function __construct( public function envelope(): Envelope { return new Envelope( - // TODO: get from setting + // TODO: get from settings from: new Address('buchhaltung@tooloop.de', 'Tooloop Multimedia'), - replyTo: [new Address('info@tooloop.de', 'Tooloop Multimedia'),], + bcc: [new Address('daniel.stock@tooloop.de', '