diff --git a/config/mail.php b/config/mail.php index 5198e47a..dceba072 100644 --- a/config/mail.php +++ b/config/mail.php @@ -114,6 +114,11 @@ return [ 'name' => env('MAIL_FROM_NAME', 'Example'), ], + 'reply_to' => [ + 'address' => env('MAIL_REPLY_TO_ADDRESS'), + 'name' => env('MAIL_REPLY_TO_NAME'), + ], + /* |-------------------------------------------------------------------------- | Markdown Mail Settings