I have an issue in which I need to send an HTML mail to a number of subscribers.
The HTML uses a CSS file for its formatting. I have stored the CSS in a folder at server and used full path (
http://www.mysite.com/mail/styles/mail.css) in the mail content. The format is coming correctly in the mail clients like Outlook and eudora.
However those using the hotmail and yahoo is getting the mails without the styles. I have copied the css text and put it in <style>...</style> tags and tried. But it is not working even then.
Could anybody tell the correct method of sending a CSS styled HTML mail so that it is accepted in all the mail sites ?
Thanks