On most mass mailing systems you can insert your HTML code directly into the system without having to build the newsletter in the WYSIWYG.
Might be an idea to have this feature in the newspad app.
I.E. The source view button should allow you to drop in custom HTML code with body tags and everything like below.
<html>
<head>
</head>
<body bgcolor="#fff700">
<div align="center">
<p><img src="img.gif" alt="" height="1198" width="698" </p>
</div>
</body>
</html>
Edited by Miguel - 09 July 2007 at 12:38pm