Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mutex lock to handle concurrent SMTP test server connections
Introduced a mutex to the SMTP test server properties to ensure thread-safe access when handling connections. This prevents race conditions and improves the reliability of the test server under concurrent load.
- Loading branch information