Does anybody know a module that will render a static html version of a certain node with custom template so that that source can be used for a newsletter?

thx!!!

Comments

wobbler’s picture

Have you thought of using boost? without using a module, if you have control of the .htaccess or server config setting a rewrite rule / location specifically for the page name. To get the static content ,use 'Save As...' the generated page as an html file in your browser, and upload to your drupal directory. This basically uses the premise of the boost module, without dynamically generating the html files using the boost module.