You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://packagist.org/packages/redberryproducts/mailbox-for-laravel)
A Laravel package that captures outgoing mail and stores it for in-app viewing. It adds an `inbox` mail transport, a web dashboard for browsing messages and attachments, and convenient development defaults.
7
4
8
-
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
15
-
16
-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
7
+
- Registers configuration, routes, views, and an install command for publishing assets and config.
8
+
- Adds an `inbox` mailer transport that persists every sent email for later inspection.
9
+
- Web dashboard at `/mailbox` (configurable) with authorization middleware.
10
+
- Store messages on disk by default with automatic pruning.
11
+
- Works out of the box in non-production environments.
Visit the dashboard route to browse stored messages. Attachments and inline assets are served through dedicated routes. Access is protected by the `mailbox.authorize` middleware which uses Laravel's Gate system; define the `viewMailbox` ability or set `INBOX_PUBLIC=true` to expose it without authentication.
58
51
59
52
## Testing
60
53
54
+
Run the test suite with:
55
+
61
56
```bash
62
57
composer test
63
58
```
@@ -68,17 +63,13 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
68
63
69
64
## Contributing
70
65
71
-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
66
+
Contributions are welcome! Please submit pull requests or open issues on GitHub.
72
67
73
-
## Security Vulnerabilities
68
+
## Security
74
69
75
-
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
0 commit comments