Closed
Description
Issue Summary
When attempting to call $sg->client->mail()->send()->post($mail);
per the Quick Start in README.md, I'm receiving the error "Permission denied, wrong credentials". I have verified that the API key I am using is correct and also have tried creating new API keys.
Where it gets interesting is that if I downgrade the sendgrid-php library to version 5.0.0, I'm able to successfully send an email.
Any thoughts here would be helpful! Thanks
Steps to Reproduce
Run the code from the Quick Start in README.md.