SeaMailer 1.0.0

dotnet add package SeaMailer --version 1.0.0
                    
NuGet\Install-Package SeaMailer -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="SeaMailer" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SeaMailer" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="SeaMailer" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add SeaMailer --version 1.0.0
                    
#r "nuget: SeaMailer, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package SeaMailer@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=SeaMailer&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=SeaMailer&version=1.0.0
                    
Install as a Cake Tool

<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>

NuGet Contributors Issues License

Table of Contents


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

  1. .NET 6 or Later
    SeaMailer targets modern .NET, so ensure you’re running .NET 6 or newer.

  2. API Credentials
    You’ll need valid PublicKey and SecretKey. Store them securely in your configuration (appsettings.json, environment variables, or User Secrets).

Installation

Install SeaMailer via NuGet.org.

dotnet add package SeaMailer
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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