Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nil check for smtpClient in checkConn function
Previously, if smtpClient was nil, the checkConn function would not handle that case. This update ensures that an appropriate error is returned when smtpClient is nil, enhancing the robustness of the client connection checks.
- Loading branch information