sendgrid-php icon indicating copy to clipboard operation
sendgrid-php copied to clipboard

The Official Twilio SendGrid PHP API Library

Results 41 sendgrid-php issues
Sort by recently updated
recently updated
newest added

### Issue Summary From [SendGrid API documentation]( https://sendgrid.com/docs/API_Reference/Web_API_v3/Mail/index.html#code_0a011a509c73fddbb391a8291efc0683:~:text=custom_args,-custom) you can attach `customArg` on the `mail` object itself. However, this library will create a new `personalization`. This breaks any app that...

type: bug
status: help wanted

php-http-client is at 3.13.0 version currently and as is a different project with it's own versioning I think the next is confusing: ``` use SendGrid\Client; ``` which implies a direct...

type: community enhancement
status: help wanted

Using an API key with a newline at the end will make SendGrid respond with the error "Content-Type should be application/json". Since this repo is for the PHP SDK specifically,...

type: bug
status: help wanted

### Issue Summary [PHP Scoper](https://github.com/humbug/php-scoper) is a tool that adds a unique prefix to all namespaces in the vendor directory of a project in order to prevent namespace collisions -...

type: community enhancement
status: help wanted

I have used the following example: https://github.com/sendgrid/sendgrid-php/blob/main/USE_CASES.md#send-multiple-emails-with-personalizations ```php

# Fixes # This PR bumps the `starkbank/ecdsa` version to `^2.1.0` so we get rid of deprecations. - fixes https://github.com/sendgrid/sendgrid-php/issues/1108 ### Checklist - [x] I acknowledge that all my contributions...

Hi there, can you please confirm that the library is compatible with PHP Version 8.2. I would also love to know when you are planning for it to be supported...

Please fix the code related to this warning to be compatible with PHP 8.4 ``` SendGrid\Mail\Mail::__construct(): Implicitly marking parameter $globalSubstitutions as nullable is deprecated, the explicit nullable type must be...

In our application (Drupal 10, custom middleware module to leverage `sendgrid-php` library), we have a need to track meta-data regarding a proposed call to the Sendgrid API. Up to now,...

Hi, I have a report on https://support.sendgrid.com/hc/en-us/requests/19947750?page=1 I am using this php repository to send emails, it was working last month but now sendgid is returing code 202 with CORS...