+--------------------------------------------+ | Run Program | +--------------------------------------------+ cscript Mail.js 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.js - 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. ... SMTP Server : relay.mysmtpserver.com Attachment[0] : c:\images\image1.gif Attachment[1] : c:\images\image2.gif