I like the update, thanks
For my personal preference, I didn't like the alignment of the image against the text of the message. I made the following modification so the image is aligned with the middle of the text instead of the bottom.
The Change:
PHP Code:
$res .= "<img src=\"?emailimage=".$hash."\" alt=\"[email address]\" />";
to:
PHP Code:
$res .= "<img src=\"?emailimage=".$hash."\" alt=\"[email address]\" align=\"absmiddle\" />";
This looks better when using font size 3 with my current style. Someone else may find this useful.