Skip to content

Commit

Permalink
Update multimail.php
Browse files Browse the repository at this point in the history
Adjust settings to fit docs.
  • Loading branch information
iwasherefirst2 authored Mar 11, 2020
1 parent 87e376c commit e41cb77
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions publishable/config/multimail.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@
*/

'emails' => [
'office' =>
'office@example.com' =>
[
'pass' => env('MAIL_PASSWORD'),
'username' => env('MAIL_USERNAME'),
'from_mail' => '[email protected]',
'from_name' => "Max Musterman",
'reply_to_mail' => '[email protected]',
],
'contact' =>
'contact@example.net' =>
[
'pass' => env('second_mail_password'),
'username' => env('second_mail_username'),
],
],

Expand Down

0 comments on commit e41cb77

Please sign in to comment.