So I'm creating HTML emails with non-embedded images. On a desktop email client you click show images and everything looks fine. However if you view same email on a tablet or mobile email client, then SOME of the images act like broken links. So far i've tried it on the native email client for an android tablet, the hotmail app and the gmail app on android. All with the same issue.
The one image that does show correctly is not broken onto two lines in the message source. So thats my hunch. I'm using the PHP PEAR email package to send so it automatically word wraps 80 chars or whatever and puts the '=' at the end of each line that wraps.
Anyone else have this problem? Any ideas for a fix?