e0e399f5edda8c6508d7edc1ddeecb653920c3b6
Modernized LimilabsEmailService by replacing synchronous SMTP operations with asynchronous counterparts (e.g., SendMessageAsync, CloseAsync). Introduced a new SmtpExtensions class with a CloseSafelyAsync method for safe disconnection. Removed the DisconnectSafely method and replaced its usage with the new extension method. Improved exception handling and removed redundant Task.CompletedTask calls. These changes enhance code readability, ensure safe resource cleanup, and align with asynchronous programming practices.
DigitalData.MessagingService
Description
Languages
C#
100%