> 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 the functionality. To get around it, you have to include the image in the HTML-email itself as a named attachment, and then reference it with <img src="cid:whatever"> as described at[1] Don't forget that some folks fly with HTML email turned off or from mobile devices that may not support HTML email, so they will only see the plain-text version which you'll want to include. The images and HTML version will likely appear merely as attachments. -tim [1] http://code.activestate.com/recipes/473810/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---