OK, here's what I want to do. I want to send email with the plain text, AND html version. I prefer the HTML because:
I can get hits from that when viewed in the email client. If I simply take an entire html page and paste it into that window, that content will not show a server hit, because it is embedded into that message.
If the content or body of it, is pulled from the server, I can have my (relevant) google ads in the message. I have found that if I insert the javascript google ad into that body, it isn't on a server, the ads come up irrelevant to the content.
So, what I am attempting semi-successfully is to use a small amount of html in the window, pasted in. That code has a javascript include that pulls the body from my webserver when that message is viewed. This seems to work in one mail client but not another? Sometimes comes up blank? Sometimes looks great?
Is there a solid way to accomplish this? Is it maybe my poorly crafted javascript, I'm no expert at that, just using snippets I found online in examples? Please help...