NETCore.MailKit
NETCore.MailKit copied to clipboard
Fixed issue with attachment files
During attachment processing, an stream is open to read the file content, but is not dispose or close, so the file is locks until GC finalize it