Copyright © 2004–2010 OpenSourcery, LLC. This work is licensed under a Creative Commons Attribution 3.0 United States License.

We recently remade our company newsletter from a simple plain text affair to a simple, but elegant HTML newsletter. The first attempt at this utilized a combination of the Simplenews and Mimemail modules. This, however, didn't work as expected, so we went with a partially custom solution.
The Simplenews module is still at the heart of our new newsletter, but a few custom tweaks (no hacking of the original module, of course) were added to make things simpler on Thomas when he creates these.
The first addition, was a preview button to view the newsletter using the themed HTML template (the one used to actually mail the newsletter, rather than the node template for viewing on the site). This was a simple matter of altering the newsletter node form, and adding a callback to compile the preview.
Tagged as: Drupal, Drupal 6, HTML email, Simplenews