Category:
SMTP Server Communication
Description:
When specified, NetMailBot will not stop when an error condition is reported, such as a connection timeout, a general timeout, and an unexpected disconnection from the mail server.
NOTE: Use this parameter with caution: NetMailBot will continuously try to reconnect and send email indefinitely until all messages are successfully sent or received.
Optional?
Yes.
Overrides:
None.
Overridden By:
None.
Other Parameters Required:
See Also:
-connectiontimeout -generaltimeout
Usage:
-failsafe
Example (cut-and-paste right into your batch file):
NetMailBot -failsafe -to email@domain.com -from email@domain.com -server mail.domain.com -subject "test"
Comments:
None.