Skip to content

Commit 857dd66

Browse files
committed
Add driver to mail config.
1 parent cf9c6f9 commit 857dd66

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

app/config/mail.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
return array(
44

5+
/*
6+
|--------------------------------------------------------------------------
7+
| Mail Driver
8+
|--------------------------------------------------------------------------
9+
|
10+
| Laravel supports both SMTP and PHP's "mail" function as drivers for the
11+
| sending of e-mail. You may specify which one you're using throughout
12+
| your application here. By default, Laravel is setup for SMTP mail.
13+
|
14+
| Supported: "smtp", "mail"
15+
|
16+
*/
17+
18+
'driver' => 'smtp',
19+
520
/*
621
|--------------------------------------------------------------------------
722
| SMTP Host Address

0 commit comments

Comments
 (0)