When it comes to sending HTML-formatted emails and/or making purists' heads explode, nothing beats tons of inline styles. I've found some tools to do this on a case-by-case basis, but I'd like to be able to do it programatically as part of my node.js application's normal processing.
So, how can I accomplish this using server-side JavaScript?
I wrote a Node.js module called Styliner that does exactly this.