Thanks very much for the reply (and during the Holidays too)!!
Ok, here it is after being tweaked and tweaked again (blocked out email and password), I'm using PHPMailer:
<?php
require_once("phpmailer/class.phpmailer.php");
$error = null;
function smtpmailer($to, $subject, $message...