NETCore.MailKit icon indicating copy to clipboard operation
NETCore.MailKit copied to clipboard

Refactor resource management in EmailService.cs

Open SebasCharria opened this issue 3 months ago • 0 comments

Refactored the creation and disposal of MimeMessage and SmtpClient to use the modern using var syntax for improved readability and resource management. Updated file opening logic for attachments to use File.Open with specific FileMode, FileAccess, and FileShare options for better control over file access and sharing behavior.

SebasCharria avatar Oct 15 '25 21:10 SebasCharria