v2.2.0
What's Changed
- 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.