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
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Hi! We are a web development agency from Nijmegen in the Netherlands and we use
13
13
14
14
## Why this package
15
15
16
-
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 or Mailgun 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.
16
+
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 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.
17
17
18
18
Using Laravel we create packages to scratch a lot of our own itches, as we get to certain challenges working for our clients and on our projects. One of our problems in our 13 years of web development experience is customers that contact us about emails not getting delivered.
19
19
@@ -26,17 +26,17 @@ As we got tired of the situation that a customer needs to call us, we want to kn
26
26
Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app. Common use cases are provided in this package:
27
27
28
28
- Log all sent emails, attachments and events with only specific attributes
29
-
- Works currently for popular email service providers Postmark and Mailgun
29
+
- Works currently for popular email service provider Postmark
30
30
- Collect feedback about the delivery status from email providers using webhooks
31
-
- You can relate emails being send in Laravel directly to Eloquent models, for example the order confirmation email attached to an Order model
32
31
- Get quickly and automatically notified when email hard/soft bounces or the bouncerate goes too high
33
32
- Prune all logged emails periodically to keep the database nice and slim
34
33
- Resend logged emails to another recipient
35
34
- View all sent emails in the browser using complementary package [Filament Mails](https://github.com/vormkracht10/filament-mails)
36
35
37
36
## Upcoming features
38
37
39
-
We're currently in the process of writing mail events support for other popular email service providers like Resend, SendGrid, Amazon SES and Mailtrap.
38
+
- 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.
39
+
- Relate emails being send in Laravel directly to Eloquent models, for example the order confirmation email attached to an Order model.
40
40
41
41
## Looking for a UI? We've got your back: [Filament Mails](https://github.com/vormkracht10/filament-mails)
0 commit comments