Skip to content
Advertisement

Tag: sendgrid

composer require s-ichikawa/laravel-sendgrid-driver failed in laravel 8.54

I downloaded the latest laravel framwork 8.54 and tried to install composer require s-ichikawa/laravel-sendgrid-driver, but it failed. is there any solution? Answer It looks like version 4 of s-ichikawa/laravel-sendgrid-driver requires version 9 of illuminate/mail, but Laravel 8.x uses version 8.x of illuminate/mail. Can you try to install version 3 of s-ichikawa/laravel-sendgrid-driver instead?

Sendgrid inbound email with PHP

I have configured a service for inbound email with record MX on Sendgrid. When receive email the callback URL has this function: and it work perfect, now i need to get the information from email, i have read the documentation: https://sendgrid.com/docs/API_Reference/Webhooks/parse.html and it say to use POST, ok i use post for getting the value: in this mode not work,

Advertisement