Skip to content

Commit

Permalink
Update drivers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emargareten authored May 25, 2022
1 parent 3f96076 commit 6a36b64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/drivers/drivers.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ See ["MailCare"](https://mailcare.io) for more information.

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.

To test incoming emails, set both your `MAIL_DRIVER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
To test incoming emails, set both your `MAIL_MAILER` and your `MAILBOX_DRIVER` in your `.env` file to "log".
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 comments on commit 6a36b64

Please sign in to comment.