SeaMailer 1.0.0
dotnet add package SeaMailer --version 1.0.0
NuGet\Install-Package SeaMailer -Version 1.0.0
<PackageReference Include="SeaMailer" Version="1.0.0" />
<PackageVersion Include="SeaMailer" Version="1.0.0" />
<PackageReference Include="SeaMailer" />
paket add SeaMailer --version 1.0.0
#r "nuget: SeaMailer, 1.0.0"
#:package SeaMailer@1.0.0
#addin nuget:?package=SeaMailer&version=1.0.0
#tool nuget:?package=SeaMailer&version=1.0.0
<br/> <div align="center"> <a href="https://github.com/YourUserName/SeaMailer"> <img src="images/seamailer-logo.png" alt="SeaMailer Logo" width="80" height="80"> </a> <h3 align="center">SeaMailer</h3> <p align="center"> An awesome, lightweight email-sending library for .NET projects! <br/> <br/> <a href="https://github.com/YourUserName/SeaMailer/issues/new?labels=bug&template=bug_report.md"><strong>Report Bug .</strong></a> <a href="https://github.com/YourUserName/SeaMailer/issues/new?labels=enhancement&template=feature_request.md">Request Feature</a> </p> </div>
Table of Contents
- About The Project
- Built With
- Getting Started
- Usage
- Roadmap
- Contributing
- License
- Contact
- Acknowledgments
- Notice
About The Project
SeaMailer is a straightforward, lightweight email-sending library for .NET, designed to help you integrate email functionality quickly into your applications. With minimal configuration and a clean, async-ready API, you can focus on building features instead of fighting with email details.
Built With
Getting Started
Below is a quick guide on how to set up SeaMailer. Follow these steps to get it running in your .NET applications.
Prerequisites
.NET 6 or Later
SeaMailer targets modern .NET, so ensure you’re running .NET 6 or newer.API Credentials
You’ll need validPublicKey
andSecretKey
. Store them securely in your configuration (appsettings.json
, environment variables, or User Secrets).
Installation
Install SeaMailer via NuGet.org.
dotnet add package SeaMailer
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Microsoft.Extensions.Http (>= 9.0.1)
- Microsoft.Extensions.Logging.Abstractions (>= 9.0.1)
- Microsoft.Extensions.Options (>= 9.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 114 | 1/23/2025 |