Skip to content

Commit b066ab5

Browse files
authored
Merge pull request #106 from emargareten/patch-2
Update drivers.md
2 parents 9c62eed + 6a36b64 commit b066ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/drivers/drivers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,5 @@ See ["MailCare"](https://mailcare.io) for more information.
7070

7171
When working locally, you might not want to use real incoming emails while testing your application. Out of the box, this package supports Laravel's "log" mail driver for incoming emails.
7272

73-
To test incoming emails, set both your `MAIL_DRIVER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
73+
To test incoming emails, set both your `MAIL_MAILER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
7474
Now every time you send an email in your application, this email will appear in your `laravel.log` file and will try to call one of your configured Mailboxes.

0 commit comments

Comments
 (0)