Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Embed image in Email.

Former Member
0 Likes
813

Hi All.

The customer want me to send Emails with given Image embeded in the Email body (ie not as attachment).

Any ideas, anybody?

thanx

ayal.

Hi All.

The customer want me to send Emails with given Image embeded in the Email body (ie not as attachment).

Any ideas, anybody?

thanx

ayal.

1 REPLY 1
Read only

Former Member
0 Likes
377

Hi, Ayal.

Well, I'm not sure if I understood your question properly... I think your customer wants to view the images right in their messages, without having to download them, right? Then you just have to set your message content type to 'HTML' instead of 'plain text', place <img> links to the images inside your message, and attach the images just as you do right now.

I hope it helps a bit.

Juan