Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Guarantee Image in Email
Message
From
27/11/2015 16:01:53
 
 
To
27/11/2015 06:51:42
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Environment versions
Environment:
C# 4.0
OS:
Windows 10
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01627977
Message ID:
01628008
Views:
35
>Hi,
>
>I have a system that sends out emails to my client's customers (it's actually a WPF application written in C# with SQL Server database). Some of the emails have images in them (I use a RTF control from Telerik to load the image and embed it in the email). Some of the customers do not see the image, either it displays as a little box, or as lots of numbers as characters.
>
>I have told my client that what they should do is have the image (or the entire email) available on their web site so that if anyone has these problems, they just click on a link in the email to see the email on-line. He uses Outlook for the Mac on his apple and it doesn't display the image, however his staff who use Outlook on Windows can see the images. If I send the images as an embedded image in an HTML email he can see it.
>
>My client is not happy. He says that he wants me to guarantee that the image will be visible in the email without having a link to the image/email on-line.
>
>Is this possible? I know there are a huge amount of email programs that people use, so how can I guarantee the image will display?

For security reasons, and data plan usage management for mobile clients it's impossible to guarantee this, and rightfully so. Restrictions on anything other than text in incoming e-mails will only become greater as time goes by.

For maximum (but not guaranteed) visibility I would:

- Embed the image in an HTML e-mail, as you've already done. Straight embed, not wrapped in anything else

- AND add the image as an attachment. Even if someone's mail client is text-only they should still receive a binary attachment and be able to use their handler of choice to view it. AFAIK JPG and PNG are acceptable/widely supported. If you have problems with those you could convert to PDF, but these days those come with their own end-user policy issues.
Regards. Al

"Violence is the last refuge of the incompetent." -- Isaac Asimov
"Never let your sense of morals prevent you from doing what is right." -- Isaac Asimov

Neither a despot, nor a doormat, be

Every app wants to be a database app when it grows up
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform