sendgrid-php
sendgrid-php copied to clipboard
The Official Twilio SendGrid PHP API Library
### Issue Summary The issue involves using the convertPublicKeyToECDSA and verifySignature functions in the SendGrid PHP client library. When executing these functions, deprecated warnings are logged. ### Steps to Reproduce...
# Fixes # Added replyToList and test unit. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made...
### Issue Summary We downloaded sendgrid-php from the Sendgrid website when logged in to the sendgrid site back in mid-February 2022 and we know it is compatible with PHP 7.3...
I am trying to send the same email at 2 different times 7:30 and 12:30 and wondered if the 2 times can be sent in the one api call. I...
### Issue Summary Create contact API (https://api.sendgrid.com/v3/marketing/contacts) returns no response when called using PHP curl although the payload seems correct. No exception was thrown. Other APIs worked fine (e,g, GET...
### Issue Summary Receiving "Class 'SendGrid\Mail\Mail' not found " when using sendgrid-php. I have installed the sendgrid-php into my Codeigniter system by downloading the zip and placing it in a...
Hello. is V3 [reply_to_list](https://docs.sendgrid.com/api-reference/mail-send/mail-send#multiple-reply-to-emails) implemented in sendgrid-php?
Hi, I have a huge load of categories in the Marketing Campaign (labled as Legacy). It would be great to be able to delete the categories. Thanks.
### Issue Summary Inbound Parse API does not provide any security controls against a malicious sender. ### Steps to Reproduce https://github.com/sendgrid/sendgrid-php/blob/main/USAGE.md#create-a-parse-setting ### Technical Details A backward-compatibe and quick solution might...
### Issue Summary Checking the request body for `mail/send` (https://docs.sendgrid.com/api-reference/mail-send/mail-send), it was discovered that helper classes provided in this library can be improved Errors found: - In **[Presonalization](https://github.com/sendgrid/sendgrid-php/blob/main/lib/mail/Personalization.php)** class there...