sending .CSS with CDONTS.
I have an issue in which I need to send an HTML mail to a number of employee of our company.
The HTML uses a CSS file for its formatting. I have stored the CSS in a folder where my application's .asp file are stored and used full path (c://nsupport/mail.css) in the mail content. The format is coming correctly in the mail clients like Outlook .
However those using outlook 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
|