Implemented Suggested 9/30/2020 by Thayer York
As an anti-spam measure many SMTP servers limit the number of concurrent connections they allow from a single incoming IP address. Currently, if an SMTP server returns a temporarily unavailable error (4.3.2 "Too many open connections", for example), JitBit HelpDesk gives up on sending the email message.
Adding a configuration setting to Helpdesk to limit the number of concurrent outgoing connections would allow admins to configure their installation to work with their SMTP infrastructure and not lose email notifications.
Alternatively, responding to SMTP 4xx errors by retrying the connection (up to a certain number of times) would also help mitigate this.