Purpose
This example demonstrates how to send a a HTML email with embedded images from a web page on a website.
Prepared Example Files
The archive contains one file:
Batch File Contents
This is the content of the batch file:
netmailbot -to test@exclamationsoft.com -from test@exclamationsoft.com -subject "Test: HTML Email w/ Embedded images from a WebSite" -server localhost -logfile c:\tmp\log.txt -bodyfile "http://www.yahoo.com" -altbody "To view the contents of this email, please visit our website, at http://www.mysite.com" -embed
Steps