Group: Forum Members
Last Active: 5 Years Ago
Posts: 29,
Visits: 87
|
Hi guys! You've been very helpful the past few weeks with our issues here regarding NRichTextEdit and output to html with images. I've been using the latest version of the controls and they are working well. We have one issue regarding html with images though. When sending via email to Outlook and Thunderbird, the images appear fine. However Gmail client apparently has problems because all you see is the html source. Here is a screenshot from my phone: 72% of original size (was 695x19) - Click to enlarge  I have attached the source html. Maybe with your expertise dealing with html you can see something that might cause Gmail to hiccup. :-) Thanks very much!
|
Group: Forum Members
Last Active: Last Week
Posts: 3,055,
Visits: 4,055
|
Hi Tom. Gmail does not support images embedded as Data URIs. If you want to send emails with embedded images to Gmail users, consider attaching the image to the email and then referencing it in the HTML body. The following Stack Overflow answer provides a code example: Embedding Image in HTML Email
Best Regards, Nevron Support Team
|