Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
arduinomaster22 committed Jan 23, 2025
1 parent 552bd77 commit ecd2c71
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Actions/LogMail.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ public function getDefaultLogAttributes(MessageSending|MessageSent $event): arra
'bcc' => $this->getAddressesValue($event->message->getBcc()),
'html' => $event->message->getHtmlBody(),
'text' => $event->message->getTextBody(),
'driver' => '', // Mail Driver
'stream_id' => 'X', // Stream ID
];
}

Expand Down

0 comments on commit ecd2c71

Please sign in to comment.