Core.Mail
1.0.5
dotnet add package Core.Mail --version 1.0.5
NuGet\Install-Package Core.Mail -Version 1.0.5
<PackageReference Include="Core.Mail" Version="1.0.5" />
<PackageVersion Include="Core.Mail" Version="1.0.5" />
<PackageReference Include="Core.Mail" />
paket add Core.Mail --version 1.0.5
#r "nuget: Core.Mail, 1.0.5"
#:package Core.Mail@1.0.5
#addin nuget:?package=Core.Mail&version=1.0.5
#tool nuget:?package=Core.Mail&version=1.0.5
PackageName
Core.Mail is a lightweight wrapper for Mailkit
Features
- SendAsync
- ReceiveAsync
Installation
Install via the NuGet Package Manager:
Install-Package Core.Mail
Or via the .NET CLI:
dotnet add package Core.Mail
Usage
Configuration
"EmailConfiguration": { "SmtpHost": "smtp.yourdomain.email", "SmtpPort": 587, "ImapHost": "imap.yourdomain.email", "ImapPort": 993, "PopHost": "pop.yourdomain.email", "PopPort": 995, "UseSsl": false, "UseTls": true, "Username": "yourdomainuseremail", "Password": "yourdomainuserpassword", "CriticalEmailAccount": "criticalitemsemailaddress", "WarningEmailAccount": "warningitemsemailaddress", "InfoEmailAccount": "infoitemsemailaddress" }
Dependencies
List any required dependencies or supported frameworks.
- .NET 8
- ASP.NET Core
Roadmap
- [06] Add feature SaveAttachmentsAsync
Contributing
Contributions are welcome.
License
This project is licensed under the MIT License.
Copyright (c) 2026 Leonard van Onselen
See the LICENSE file for details.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- MailKit (>= 4.17.0)
- Microsoft.Extensions.Logging (>= 8.0.1)
- System.Management (>= 8.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.