Skip to content

Commit 6a36b64

Browse files
authored
Update drivers.md
1 parent 3f96076 commit 6a36b64

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
@@ -66,5 +66,5 @@ See ["MailCare"](https://mailcare.io) for more information.
6666

6767
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.
6868

69-
To test incoming emails, set both your `MAIL_DRIVER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
69+
To test incoming emails, set both your `MAIL_MAILER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
7070
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)