-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Introduction | ||
|
||
This package allows copying and viewing all outgoing emails locally from your Laravel application. | ||
|
||
This can be used in production to ensure you application actually sent the emails. | ||
For example when users say they did not receive an email and you want to verify the email was sent from the application. | ||
|
||
But this package can also replace tools like Mailhog or Mailtrap to inspect emails sent from test or staging environments. | ||
Sometimes you might want to or are not allowed to using an external service to catch emails. | ||
|
||
In that case you will probably use the ``log`` or ``array`` mail driver to ensure emails will never leave the system. | ||
|
||
To make inspecting those emails easier or allow test users to view the emails in the application, you can use this package to inspect and test emails in your non-local and non-production environments. | ||
In this way, can still test features like password reset or other transactional email features. | ||
|
||
![](img/screenshot.png) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters