Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Is there is any tool that converts standard web based html to email friendly html with tables?

share|improve this question

closed as off topic by George, Rafe Kettler, Marc B, Jim Lewis, Quentin Jan 26 '11 at 18:22

Questions on Stack Overflow are expected to relate to programming or software development within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

emogrifier converts CSS and HTML to email-friendly html.

Do you need a programmatic solution? Then you can just use curl. Or better yet, use their PHP source code.

share|improve this answer
Great tool, but it only translates CSS to inline CSS. – bažmegakapa Jan 26 '11 at 18:14
@bazmegakapa yeah I don't claim this is ideal, but the question is a little off anyway – Rafe Kettler Jan 26 '11 at 18:16
that's true :) – bažmegakapa Jan 26 '11 at 18:18
Thanks Rafe. I am looking for a online tool like emogrifier or dialect premailer but one that converts to html with tables for email. – user573163 Jan 26 '11 at 18:28

Not the answer you're looking for? Browse other questions tagged or ask your own question.