I'm creating mails in one of my solutions and need to provide both html and plaintext mails from a given html page.
However, I haven't found any real good way to strip html, js and css from whatever html template the customers might provide.
Are there any simple solution to this, perhaps a component that handle all this or do I need to start puzzle with regexp? And is it even possible to create a bulletproof regexp for all possible tags?
Regards