sendgrid / email-templates

A repository of common email templates to use and modify to your heart's content.
https://sendgrid.com
MIT License
820 stars 985 forks source link

Image not loading in Dynamic Template Email #101

Open dhruvshah2404 opened 1 year ago

dhruvshah2404 commented 1 year ago

Actual Behaviour an image comes up as a string in Gmail.

Expected Behaviour The user should receive the email with an inline image in the email

Steps to reproduce it

I use quill editor, it's a WYSIWYG text editor for our custom CRM it allows users to add images to email content. We send that data as addDynamicTemplateData to SendGrid API. We use PHP SendGrid api

LogCat for the issue

No logging issue

Screenshots of the issue Screen Shot 2022-11-01 at 11 37 55 AM

Would you like to work on the issue?

I don't really understand the issue as it comes up on outlook fine but not on Gmail. I tried to search for the issue but wasn't able to find a solution