Skip to content

Commit

Permalink
Merge pull request #106 from emargareten/patch-2
Browse files Browse the repository at this point in the history
Update drivers.md
  • Loading branch information
mechelon authored Apr 3, 2024
2 parents 9c62eed + 6a36b64 commit b066ab5
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 @@ -70,5 +70,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 b066ab5

Please sign in to comment.