-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to sendgrid v.3.2 #6
Comments
what's new in Version 3.2? |
I've checked the code there is some breaking changes if I updated it to 3.2. I will try to do it on a weekend |
Is CC working? |
it's possible. you need to call some sendgrid methods https://github.com/sendgrid/sendgrid-php/blob/master/lib/SendGrid/Email.php#L167 |
Yes, I read the whole sendgrid documentation but I`m curently using your Yii2-sendgrid wrapper. My code is $sendGrid = Yii::$app->sendGrid; |
For example, I tried out with your example on "how to use it" and: $sendGrid = Yii::$app->sendGrid; works perfect but $sendGrid = Yii::$app->sendGrid; dont |
It would be great to use the new API features (version 3.2.0).
https://github.com/sendgrid/sendgrid-php
The one I'd like to have into this extension is: Send emails using the API key.
The text was updated successfully, but these errors were encountered: