diff --git a/app/config/mail.php b/app/config/mail.php index e793d886..676713f5 100644 --- a/app/config/mail.php +++ b/app/config/mail.php @@ -2,6 +2,21 @@ return array( + /* + |-------------------------------------------------------------------------- + | Mail Driver + |-------------------------------------------------------------------------- + | + | Laravel supports both SMTP and PHP's "mail" function as drivers for the + | sending of e-mail. You may specify which one you're using throughout + | your application here. By default, Laravel is setup for SMTP mail. + | + | Supported: "smtp", "mail" + | + */ + + 'driver' => 'smtp', + /* |-------------------------------------------------------------------------- | SMTP Host Address