Set a global reply-to email address in Laravel
This blog post was originally published a little while ago. Please consider that it may no longer be relevant or even accurate.
Simple post today, but turns out Laravel has a simple feature that lets you configure the reply-to email address at a high level. Take a look in config/mail.php
where you set up the default from address - you can simply add another address underneath using the reply_to
key.