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
Copy file name to clipboardExpand all lines: README.md
+27-7Lines changed: 27 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,10 @@ Filament Mails can collect everything you might want to track about the mails th
19
19
20
20
Email as a protocol is very error prone. Succesfull email delivery is not guaranteed in any way, so it is best to monitor your email sending realtime. Using external services like Postmark, Mailgun or Resend email gets better by offering things like logging and delivery feedback, but it still needs your attention and can fail silently but horendously. Therefore we created Laravel Mails that fills in all the gaps.
21
21
22
+
The package is built on top of [Laravel Mails](https://github.com/vormkracht10/laravel-mails).
23
+
24
+

25
+
22
26
## Installation
23
27
24
28
You can install the package via composer:
@@ -46,19 +50,35 @@ Optionally, you can publish the views using
0 commit comments