Closed Muetze42 closed 4 years ago
Hi Norman,
The CC, BCC fields are already saved in the message object. https://github.com/gabrieliuga/laravel-mail-log/blob/ffb742335a271cfa76a3b42b55fb5649230abb8a/src/Listeners/MailSentListener.php#L43
You should be able to access it via $mailLogModel->cc.
Would it be possible to add "Reply-To"
->replyTo()
to the database for this package so that I don't have to adapt it all by myself?Thanks