Added reply to config

This commit is contained in:
Constantin Graf
2024-07-31 14:36:57 +02:00
committed by Constantin Graf
parent d8968399d6
commit 78b41ea0b7

View File

@@ -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