diff --git a/README.md b/README.md index 198a60f..c767100 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,15 @@ Filament Mails can collect everything you might want to track about the mails th - Log all sent emails with only specific attributes - View all sent emails in the browser using the viewer - Collect feedback about the delivery from email providers using webhooks -- Relate sent emails to Eloquent models - Get automatically notified when email bounces - Prune logging of emails periodically - Resend logged email to another recipient +## Upcoming features + +- We're currently in the process of writing mail events support for other popular email service providers like Mailgun, Resend, SendGrid, Amazon SES and Mailtrap. +- Relate emails being send in Laravel directly to Eloquent models, for example the order confirmation email attached to an Order model. + ## Why this package 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. @@ -110,10 +114,6 @@ The package also logs all events that are fired when an email is sent. This is u ![Filament Mails](https://raw.githubusercontent.com/vormkracht10/filament-mails/main/docs/events-list.png) ![Filament Mails](https://raw.githubusercontent.com/vormkracht10/filament-mails/main/docs/event-details.png) -## Usage - -.. - ## Testing ```bash