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 illumina…
Tag: sendgrid
Recoverable fatal error: Object of class SendGridMailMail could not be converted to string
I am trying to pass a dynamic value using SendGrid’s PHP Library. It works when I pass in a string but I add a dynamic value, I get this error Recoverable fatal error: Object of class SendGridMailMail could not be converted to string in C:xampphtdocsnewvendorsendgridsendgridlibhelperAssert.php on line 3…
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,…