sendgrid-php
sendgrid-php copied to clipboard
The Official Twilio SendGrid PHP API Library
# Fixes # This PR add reply_to_list support to the library. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x]...
Ensure the uniqueness of email addresses when adding recipients in all emailTypes. Mitigation for error: "Each email address in the personalization block should be unique between to, cc, and bcc"
Changed Assert::email validation by eguilias email RFCValidation which is used in Laravel for example # Fixes # A short description of what this PR does. ### Checklist - [x] I...
# Fixes # A short description of what this PR does. ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [...
If there are substitutions in the To object preserve them by transfering them to the Personalization object. Currently this does not work (we loose all substitutions from the To): ```php...
fix Send Multiple Emails with Personalizations doc ### Checklist - [x] I acknowledge that all my contributions will be made under the project's license - [x] I have made a...
# Fixes # Upgrading starkbank/ecdsa to latest version to resolve this issue: `One of our customers reached out to support regarding documentation on Github for sendgrid php As per the...
# Fixes # Add the possibility to send additional SendGrid settings like the **Automatic CSS Inlining** (`css_inline`). ### Checklist - [x] I acknowledge that all my contributions will be made...
If the payload contains slashed and if you encode the data manually, then the default `json_encode` function escapes the slashes which causes the verification to fail. In my case, I...
Good morning, I come from a Sendgrid ticket, as they told me to continue here as they can not discuss about PHP code via ticket... I wonder if it is...