github sendgrid/sendgrid-php v6.0.0

latest releases: 8.1.2, 8.1.1, 8.1.0...
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-php release

NewReleases is sending notifications on new releases.