Category:
Attachments
Description:
The pathname to the file containing the attachment list. The file should contain a comma-delimited list of attachment filenames.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
-to -from -server -attachsubfolders
See Also:
Usage:
-attachmentlist "<path to attachment filenames list file>"
Example (cut-and-paste right into your batch file):
NetMailBot -attachmentlist "c:\temp\attachment.lst" -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
We suggest the extension ".lst" to distinguish your attachment list filename file, as used above in our example.
The parameters -attachment, -attachmentlist, and -attachmentdir all act additively when used in combination, they do not override each other.