diff --git a/config/mail.php b/config/mail.php index 534395a3..049052ff 100644 --- a/config/mail.php +++ b/config/mail.php @@ -51,10 +51,16 @@ return [ 'mailgun' => [ 'transport' => 'mailgun', + // 'client' => [ + // 'timeout' => 5, + // ], ], 'postmark' => [ 'transport' => 'postmark', + // 'client' => [ + // 'timeout' => 5, + // ], ], 'sendmail' => [