You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SMTPClient retries the connection 6 times (with a connection timeout of 60s). This is impractical for most web applications and degrades web performance too much in case of errors.
Currently
SMTPClientretries the connection 6 times (with a connection timeout of 60s). This is impractical for most web applications and degrades web performance too much in case of errors.