I'm creating some HTML emails with images included. For each email the size of the images + email is less than 150kb.
I'm trying to make them work well for the main clients mentioned here http://www.campaignmonitor.com/resources/will-it-work/email-clients/
As far as I can tell there are two main ways of including images with the email:
Embedding the images directly.
- Pros: Images load as soon as email is opened (in most clients).
- Cons: Does not seem to work well on mobile browsers.
- Hosting them yourself and just using links to them in the email
- Pros: Seems to have better compatibility.
- Cons: Receiver always has to click 'Display all images' button/link, added complexity of maintaining the images on a server.
It seems to me that embedding the images would be the best solution, as it means users will see them straight away after opening the email. Is this correct or would you suggest another way?
Thank you very much for your help :-)