I recently built a small .NET library called PooledMailKit.

It is an SMTP connection pool built on top of MailKit.

NuGet:

dotnet add package PooledMailKit

Enter fullscreen mode