Purpose
This example demonstrates how to send an email with two attachments.
NOTE: You should change the email addresses in the downloadable batch file to your own email address(es) before running a test. Using your own email addresses is the easiest test case.
Prepared Example Files
The archive contains three files:
Batch File Contents
This is the content of the batch file:
netmailbot.exe -to test@exclamationsoft.com -from test@exclamationsoft.com -logfile "c:\tmp\log.txt" -server localhost -attachment "attach1.txt" "attach2.txt"
Steps
NOTE: You must use quotation marks around the filenames specified in the -attachment parameter, as shown above, and the list is separated by spaces.