Since i don't have Outlook Express installed (to be honest, I'm allergic to O and OE), can someone test this script with it ? (don't forget to change the destination address)
code:

$Root = CreateObject("Outlook.Application")
$MailItem = $Root.CreateItem(0) ; olMailItem object
$MailItem.Importance=2
$MailItem.Subject = "Automation Test"
$MailItem.To = "Please edit me@I_really_want_it" ; Multiple element can be separated with ;
$MailItem.Body = "this is a test sample of a future SendMail UDF()"
$MailItem.Send

TIA

[ 31 December 2001: Message edited by: Alex.H ]

_________________________
? getobject(Kixtart.org.Signature)