diff --git a/mail.md b/mail.md index ceb50b8e42..9e92f07a72 100644 --- a/mail.md +++ b/mail.md @@ -359,7 +359,10 @@ However, if your application uses the same "from" address for all of its emails, In addition, you may define a global "reply_to" address within your `config/mail.php` configuration file: ```php -'reply_to' => ['address' => 'example@example.com', 'name' => 'App Name'], +'reply_to' => [ + 'address' => 'example@example.com', + 'name' => 'App Name', +], ```