Example - HTML Body

This example will load the HTML page from our website and send it as an HTML email. Additionaly an alternate message is specified for email programs that cannot display an HTML formatted message.

		
NetMailBot -to to@mailserver.com -from from@mailserver.com 
-subject "simple send" -server mail.mailserver.com 		
-bodyfile "http://www.exclamationsoft.com"	
-altbody "Please visit our site to in order to view the contents of this 
email.  http://www.mysite.com"