Thanks for tying M&M. I be sure to update this post once I figure out the problem. ![]()
Thanks for tying M&M. I be sure to update this post once I figure out the problem. ![]()
SOLVED!!!!
I stumbled upon the fix accidentally as I was trying to solve my problem with URL encoding.
When I removed all semicolons from the HTML code being used as the message content, the email was delivered complete and displayed properly.
This image shows the HTML code being sent is w/o the semicolons:
This image shows that the email was delivered complete and is displaying all styles properly:
ok cool...
nailed = nailed + 1;
that's JS btw....and 'nailed' comes in all different shapes and sizes ![]()
Hi,
I'm having the same issue and had no idea what was happening until I found this post. My question is how do you replace the semi-colons in styles like below where you have multiple styles?
body style="width:600px;font-family:arial;color:#244363;font-size:13px;background-color:#FFFFFF"
Thanks,
Aeneas
Hello Aeneas,
Sorry for delay. This link could be useful for you http://stackoverflow.com/questions/63...
Thanks for answer which I found this page from for html replacement for semi-colon...