After composer update with the sendgrid-php repo this error is received Missing argument 1 for SendGrid\Email::__construct()
per public function __construct($name, $email)
.
Emails are sent fine via SMTP, but I'm looking to use the extended options so trying to use this library.
The documentation is light. Is an autoload service provider required and class alias?