I\'m writing a program that sends emails to users with multiple images (charts) embedded in the Email message body (HTML).
When I tried the sample located here..whic
if you have the images online, meaning sending from a hosted site, i suggest you just reference those images simply by putting their url in the src.
most of the newsletters use this method, and i believe it's lighter and can consume less resources than embedding itself.
hope this helps