Example - Simple Body

This example shows how to add text to the body of an email. This is useful for short messages. For lengthy email bodies, use the -bodyfile parameter.
		
NetMailBot -to to@mailserver.com -from from@mailserver.com 
-subject "simple send" -server mail.mailserver.com 		
-body "This is the body of the message"