InnoGE / laravel-msgraph-mail

Laravel Mail driver for Microsoft Office 365 using the MSGraph API
MIT License
29 stars 8 forks source link

Added handling embedded/inline images #9

Closed joskolenberg closed 1 year ago

joskolenberg commented 1 year ago

The current version doesn't seem to handle inline images using Laravel's embed method. This PR looks like a solid fix but I'm not very familiar with the MS graph api so any corrections are welcome.

geisi commented 1 year ago

@joskolenberg Looks good thank you!