This example will load the HTML page from our website and send it as an
HTML email.
NetMailBot -to to@mailserver.com -from from@mailserver.com
-subject "simple send" -server mail.mailserver.com
-bodyfile "http://www.exclamationsoft.com"
-altbody "To view the contents of this email, please visit our website, at
http://www.mysite.com"