packagist sendgrid/sendgrid 6.0.0
v6.0.0

latest releases: dev-main, 8.1.2, dev-dynamic-version...
6 years ago

BREAKING CHANGE

  • PR #408: Update Mail constructor to signify which parameters are required for sending all email
  • The Mail() constructor now requires $from, $subject, $to and $content parameters like so: Mail($from, $subject, $to, $content). Those are the minimaly required paramaters to send an email.
  • Thanks to Casey Wilson for the PR!

Don't miss a new sendgrid release

NewReleases is sending notifications on new releases.