mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-06-15 13:32:43 +01:00
Added reply to config
This commit is contained in:
committed by
Constantin Graf
parent
d8968399d6
commit
78b41ea0b7
@@ -114,6 +114,11 @@ return [
|
|||||||
'name' => env('MAIL_FROM_NAME', 'Example'),
|
'name' => env('MAIL_FROM_NAME', 'Example'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'reply_to' => [
|
||||||
|
'address' => env('MAIL_REPLY_TO_ADDRESS'),
|
||||||
|
'name' => env('MAIL_REPLY_TO_NAME'),
|
||||||
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
| Markdown Mail Settings
|
| Markdown Mail Settings
|
||||||
|
|||||||
Reference in New Issue
Block a user