Env for mail sender address + name

This commit is contained in:
Jrean
2016-11-08 23:37:35 +08:00
parent cddb8a254a
commit d47697e781

View File

@@ -56,8 +56,8 @@ return [
*/
'from' => [
'address' => 'hello@example.com',
'name' => 'Example',
'address' => env('MAIL_SENDER_ADDRESS', 'hello@example.com'),
'name' => env('MAIL_SENDER_NAME', 'Example'),
],
/*