Re: Embedding multiple images in html email

2009-10-15 Thread Tim Chase
> Can't you include the link and source within the html code of the email? The problem then becomes that many email programs no longer display remote images inline unless the email comes from a trusted source. It was a popular way to add tracking bugs to HTML emails, so MUAs began to disable

Re: Embedding multiple images in html email

2009-10-15 Thread Angel Cruz
Can't you include the link and source within the html code of the email? for example, as a snippet: . . . html = """\ blah blah blah http://blah-blah-blah.com";>http://blah-blah-blah.com/media/img/blah-blah-whatver-image.png"; width=100%> Blah-whatever-your-messa

Embedding multiple images in html email

2009-10-15 Thread Muhammed Abad
As the topic says, can I embed multiple images in an html email template so the recipient does not have to download them? I know this might be a silly request, but a client has asked me to do this for him and Im absolutely stumped. The closest to a solution I have come to is this : http://www.dj