Ok, when sending an airmail I noticed it looked bad, the "Airmail sent! message, so I created my own mail_send.tpl template that matches my skin.
This looks much better. I wanted to pass this on to the rest of you. I went in to core/modules/Mail/mail.php and made the following changes:
I removed this code:
echo "<center><h2>AIRmail sent!</h2></center>";
and changed:
Template::Show('mail_menu.tpl');
to
Template::Show('mail_send.tpl');
Just use one of the other templates provided and change the name, drop in your skins folder naturally.