gabrieliuga / laravel-mail-log

MIT License
4 stars 2 forks source link

Request: Reply-To #4

Closed Muetze42 closed 4 years ago

Muetze42 commented 4 years ago

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

gabrieliuga commented 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.