document new options

This commit is contained in:
Taylor Otwell 2023-01-31 09:00:17 -06:00
parent a28ad2966d
commit e0a5b0efba
1 changed files with 6 additions and 0 deletions

View File

@ -51,10 +51,16 @@
'mailgun' => [
'transport' => 'mailgun',
// 'client' => [
// 'timeout' => 5,
// ],
],
'postmark' => [
'transport' => 'postmark',
// 'client' => [
// 'timeout' => 5,
// ],
],
'sendmail' => [