sendgrid-php
sendgrid-php copied to clipboard
The Official Twilio SendGrid PHP API Library
### Issue Summary The ["Send Multiple Emails to Multiple Recipients"](https://github.com/sendgrid/sendgrid-php/blob/main/USE_CASES.md#send-multiple-emails-to-multiple-recipients) documentation section basically uses this to demonstrate sending an email to multiple recipients: ```php new Mail( $from, [new To("[email protected]"), new...
### 1st bug Adding header to the message before adding personalization, creates an empty personalization object within the email object, and when you add following personalization with recipients emails, your...
### Issue Summary Yii2 Sendgrid implementation. Sending to any user at domain of @rcs.k12.al.us throws error below. When using local mailer and not sendgrid, email sends just fine and end...
### Summary Heroku Platform with SendGrid provisioned. Emails have been going out fine for many months. Heroku pushed PHP v8.1 into all Dynos (instances) on Dec 10, 2021. A release...
### Issue Summary Email addresses where the local part end in a period are being flagged as invalid even though they are RFC5321 compliant. This comment from seven years ago...
I'm trying to add a recipient(s) to a list using the PHP SDK but it doesn't seem to work. I get hit with the unauthorized access error (403). Funny thing...
### Issue Summary I have followed the steps given in https://sendgrid.com/docs/for-developers/tracking-events/getting-started-event-webhook-security-features/ for PHP and used library mentioned in https://github.com/sendgrid/sendgrid-php/tree/main/lib/eventwebhook similarly checked unittest https://github.com/sendgrid/sendgrid-php/blob/main/test/unit/EventWebhookTest.php for event signature verification ### Steps to...
The emails we send using SendGrid usually contain a lot of bona-fide links and this has occasionally tripped the security filters at SendGrid, resulting in our emails not being sent....
Got this error: `ERROR: error: '"$emailAddress" must be a valid email address. Got: xxxxx@gmailæ.com' - #0 sendgrid/sendgrid/lib/mail/EmailAddress.php(69): SendGrid\Helper\Assert::email('xxxxx@gma...', 'emailAddress')` $emailAddress should be expanded https://github.com/sendgrid/sendgrid-php/blob/8fad4ab8031bc341293793b7a5b5a94a39862f7e/test/unit/EmailAddressTest.php#L675 is also wrong: `"$name" must be...
Mailchimp and some others have an integration for ghost blog to allow the adding/removing of new subscribers to their contact lists. Sendgrid has an integration but the only option on...