I, and perhaps many others, would be interested in a version of the UNL Web templates for html formatted emails (multipart mime encoded). Most email clients have robust support for HTML, but as I see it there are several considerations/challenges in doing so:
1. No javascript; most email clients do not support or are not enabled by default to support javascript
2. Images should be kept to a minimum and use absolute URLs (possibly hosted on unl.edu?); the layout should look nice even if the client does not load images by default.
3. All css should be inline. Some major email clients do not support style elements in the header or external style files (or even css classes).
Is this something that the WDN team can do quickly/easily? I could try and develop my own and contribute but others may be able to do it quicker/better. Moreover, I've continually tried to commit changes to the gforge SVN but I've never been able to and the problems have never been resolved.
