All notable changes will be documented in this file
Added support for Laravel 11.
Illuminate\Notifications\Events\NotificationSent
event now receives the SendGrid Response object in the $response
property.
SendGridMessage
now has a customize() method. See readme for details.
- Attachments and inline attachments are now supported.
- You can now pass nested arrays, numbers, bools as the payload. Previously, the library only accepted strings. (Thanks timstl)
- Added
setSandboxMode($bool)
method on theSendGridMessage
object, so you can now control sandbox mode using a variable.
- Added support for Sendgrid SDK v8
- You can now enable sandbox mode while sending emails. (Thanks @zbrody)
- Added support for Laravel 8 and 9.
- stable release for Laravel 5, 6 and 7.
- initial release