laravel-sendgrid-driver icon indicating copy to clipboard operation
laravel-sendgrid-driver copied to clipboard

This library can add sendgrid driver into the laravel's mail configure.

Results 12 laravel-sendgrid-driver issues
Sort by recently updated
recently updated
newest added

Inline attachments did not work with the old code, the disposition field always returned null. Using $attachment->getDisposition(); works.

Description This PR addresses an issue where inline images embedded in emails sent via the laravel-sendgrid-driver do not display correctly in Gmail. The root cause is a mismatch between the...