SMTP Sessions

Michael Wilding

Active Member
Does anybody know if on the latest version where a fail to connect to SMTP server gets retried, does the SMTP session get closed and re-opened again? I assume it does but would be good to get confirmation of this.
 
Does anybody know if on the latest version where a fail to connect to SMTP server gets retried, does the SMTP session get closed and re-opened again? I assume it does but would be good to get confirmation of this.
You might be able to find out by sending manually in verbose mode and see if retries are done at the end of the cycle or immediately.
 
force the failure to do that
If you have another server then you can configure a low acceptance rate there to force the error.
I would hope it is at the end of the cycle or even later, as trying immediately might interrupt the flow/speed or not really help for above reason/backoff/limits/etc.
In any case, combined with AHK's extension, you have in-app retries and manual retries ;)
 
Last edited:
Back
Top