Env for mail sender address + name

This commit is contained in:
Jrean
2016-11-08 23:37:35 +08:00
parent cddb8a254a
commit d47697e781
+2 -2
View File
@@ -56,8 +56,8 @@ return [
*/
'from' => [
'address' => '[email protected]',
'name' => 'Example',
'address' => env('MAIL_SENDER_ADDRESS', '[email protected]'),
'name' => env('MAIL_SENDER_NAME', 'Example'),
],
/*