I tried sending you an email, but I get an error (Failed to properly send email! at Win3). It may have something to do with relay restrictions on our email server because I can send one to my address fine. Here's the code I'm using to test with...
code:
BREAK ON

$MAILHOST = "192.168.0.21"
$MAILTO = "habullock@@comcast.net"
$MAILFROM = "Ben@@Dulaneys.net"
$MAILSUBJECT = "Test Msg"
$MAILBODY = "Test"

$EMAIL = CREATEOBJECT("WIN32ADMIN")
$ = $EMAIL.EMAIL($MAILHOST,$MAILTO,$MAILFROM,$MAILSUBJECT,$MAILBODY)
? @SERROR + " : " + @ERROR

Thanks again for your help on this.

-Ben
http://www.rgcweb.org/kix