Releases: backstagephp/laravel-mails
Releases · backstagephp/laravel-mails
Added Resend driver
What's Changed
- Add longText to columns by @arduinomaster22 in #54
- Add longText migration by @arduinomaster22 in #55
- feat: add resend provider by @danielhe4rt in #28
New Contributors
- @danielhe4rt made their first contribution in #28
Full Changelog: v2.0.1...v2.1.0
v2.0.0
Improved Mailgun support
v1.4.0 improved mailgun support
New feature: log mailer, stream (postmark) and API request to unsuppress email addresses
What's Changed
- Suppressions list by @arduinomaster22 in #29
New Contributors
- @arduinomaster22 made their first contribution in #29
Full Changelog: v1.0.7...v1.1.0
Mailgun improved endpoint support
Use services.mailgun.endpoint as base URL for Mailgun API, to make the endpoint configurable for both US as EU endpoints.
Added full Mailgun support, unsubscribe event & removing SDK dependencies
- Removed SDK dependencies for Postmark and Mailgun
- Added config 'mail.tracking.unsubcribes' to enable or disable unsubscribes tracking
- Added Enum EventType 'unsubscribes'
- Added Mailgun webhook URL registration using mail:webhooks console command
First release
v1.0.0 Update run-tests.yml