Skip to content

Commit 024578a

Browse files
author
MailCare
authored
Update drivers.md
1 parent 53f68bd commit 024578a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

docs/drivers/drivers.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,16 @@ Be sure the check the box labeled "Post the raw, full MIME message." when settin
5353

5454
## MailCare
5555

56+
::: warning
57+
To use MailCare with Laravel Mailbox, you will need to generate a random password and store it as the `MAILBOX_HTTP_PASSWORD` environment variable. The default username is "laravel-mailbox", but you can change it using the `MAILBOX_HTTP_USERNAME` environment variable.
58+
:::
59+
5660
You can then set your `MAILBOX_DRIVER` to "mailcare".
5761

58-
Next you will need to configure MailCare, to send incoming emails to your application at `/laravel-mailbox/mailcare`:
59-
- Activate authentication and automation features.
60-
- Create a new automation with the URL `https://your-application.com/laravel-mailbox/mailcare`
61-
- Be sure the check the box labeled "Post the raw, full MIME message."
62+
Next you will need to configure MailCare, to send incoming emails to your application at `/laravel-mailbox/mailcare`.
63+
- Ask support to activate authentication and automation features.
64+
- Create a new automation, if your application is at `https://awesome-laravel.com`, it would be with the URL `https://MAILBOX_HTTP_USERNAME:MAILBOX_HTTP_PASSWORD@awesome-laravel.com/laravel-mailbox/mailcare`
65+
- Be sure the check the box labeled "Post the raw, full MIME message "
6266

6367
See ["MailCare"](https://mailcare.io) for more information.
6468

0 commit comments

Comments
 (0)