Skip to content

Commit

Permalink
Add hint for optional provider parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasherefirst2 authored Feb 4, 2020
1 parent fff4e8e commit b328b7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ If you wish to send from mails with different provider, then you may create anot
'port' => env('MAIL_PORT_PROVIDER_B'),
'encryption' => env('MAIL_ENCRYPTION_PROVIDER_B'),
'driver' => env('MAIL_DRIVER_B'),
// you may also add options like `stream`, `source_ip` and `local_domain`
]'
],

Expand Down

0 comments on commit b328b7a

Please sign in to comment.