Category:
Attachments
Description:
Only attach files if size is less than number in bytes specified.
Optional?
Yes.
Overrides:
None.
Overridden By:
-filesizegreaterthan -filesizeequal
Other Parameters Required:
-to -from -server (-attachmentdir or -watchdir)
See Also:
-filesizegreaterthan -filesizeequal
Usage:
-filesizelessthan <integer size value in bytes>
Example (cut-and-paste right into your batch file):
NetMailBot -filesizelessthan 10000 -attachmentdir "c:\temp" -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
None.