[GH-ISSUE #378] Async SMTP #146

Closed
opened 2026-02-27 08:15:31 +03:00 by kerem · 0 comments
Owner

Originally created by @Michsior14 on GitHub (Nov 24, 2022).
Original GitHub issue: https://github.com/lldap/lldap/issues/378

The current implementation utilizes synchronous SMTP API which can lead to hangs of the whole server during password reset if SMTP server is not responding (timeout). It would be nice to use asynchronous version to make sure it won't block the main thread.

Originally created by @Michsior14 on GitHub (Nov 24, 2022). Original GitHub issue: https://github.com/lldap/lldap/issues/378 The current implementation utilizes synchronous SMTP API which can lead to hangs of the whole server during password reset if SMTP server is not responding (timeout). It would be nice to use asynchronous version to make sure it won't block the main thread.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/lldap-lldap#146
No description provided.