Example - Attachment

This example illustrates how to attach a file to an email.
		
NetMailBot -to to@mailserver.com -from from@mailserver.com 
-subject "simple send" -server mail.mailserver.com 		
-attachment "C:\My Documents\Document.doc"