TheDoctor0 / laravel-mailjet-driver

Laravel mail driver package for Mailjet and wrapper for its API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inline attachments don't work

dicaccamovincenzo92 opened this issue · comments

Hi,
using $message->embed($pathToFile); to embed an inline attached image, results in empty img tag on received email.
Is there any workaround? Could you add inline attachment compatibility to this package?

Hey @dicaccamovincenzo92.
This package is only a Laravel wrapper, so if you have an issue with the inline attachment I suggest reporting that at https://github.com/symfony/mailjet-mailer.