Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add mutex locks to DSN option setters
Mutex locks are added to ensure thread safety when setting DSN mail return and recipient notify options. This prevents data races in concurrent environments, improving the client's robustness.
- Loading branch information