+--------------------------------------------+ | Run Program | +--------------------------------------------+ cscript Mail.vbs jhunter@idevelopment.info -from ahunter@idevelopment.info -cc mrshunter@idevelopment.info -s "Test Email WSH Script" -file body.txt -smtp relay.mysmtpserver.com -a "c:\images\image1.gif" -a "c:\images\image2.gif" //NoLogo +--------------------------------------------+ | Program Output | +--------------------------------------------+ Mail.vbs - Version 1.0 Copyright (c) 1998-2009 Jeffrey M. Hunter. All rights reserved. Successfully sent email. To : "jhunter@idevelopment.info" From : "ahunter@idevelopment.info" CC : "mrshunter@idevelopment.info" BCC : Subject : Test Email WSH Script Body : This is an example text file. Included in this file is an example text message that can be sent to all users. This example is three lines all together. SMTP Server : relay.mysmtpserver.com Attachment[0] : c:\images\image1.gif Attachment[1] : c:\images\image2.gif