Commit d47697e7 authored by Jrean's avatar Jrean

Env for mail sender address + name

parent cddb8a25
......@@ -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'),
],
/*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment