Is there any software available that can convert web HTML and CSS files to email HTML with inline CSS? This would allow the email to be viewable on various email clients such as Outlook, Thunderbird, Gmail, Yahoo, Hotmail, etc.
I want to write my code like I do for XHTML files, and then import it into a program that will convert divs to tables and CSS to inline styles that are compatible with email clients. Any suggestions?