SmtpLw 2.0.623
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package SmtpLw --version 2.0.623
NuGet\Install-Package SmtpLw -Version 2.0.623
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="SmtpLw" Version="2.0.623" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmtpLw" Version="2.0.623" />
<PackageReference Include="SmtpLw" />
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 SmtpLw --version 2.0.623
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmtpLw, 2.0.623"
#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 SmtpLw@2.0.623
#: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=SmtpLw&version=2.0.623
#tool nuget:?package=SmtpLw&version=2.0.623
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SmtpLW - Locaweb SMTP API client
The Locaweb dedicated SMTP service API client.
CI/CD
| Build status | Last commit | Tests | Coverage | Code Smells | LoC |
|---|---|---|---|---|---|
Code Quality
Installation
Github Releases
Download the latest zip file from the Release page.
Nuget package manager
| Package | Version | Downloads |
|---|---|---|
| SmtpLw |
Features
Implements all features of Locaweb SMTP API available at SMTP Localweb API docs
- Send message
- Get message status
Usage
var client = new SmtpLwClient("my-auth-token");
var message = new MessageModel {
Subject = "Some mail subject",
Body = "Message body content!<br /> <b>HTML content</b> or plain text.",
To = "destination@domain.com",
From = "configured-from@mydomain.com",
Headers = new Dictionary<string, string> { { "content-type","text/html"} }
};
var messageId = await client.SendMessageAsync(message, CancellationToken.None).ConfigureAwait(false);
Console.WriteLine("Message Id: {0}", messageId);
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
| .NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.0 is compatible. netstandard2.1 is compatible. |
| .NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen40 was computed. tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETStandard 2.0
- Microsoft.AspNet.WebApi.Client (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.4)
-
.NETStandard 2.1
- Microsoft.AspNet.WebApi.Client (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.4)
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 |
|---|---|---|
| 2.0.640 | 114 | 1/5/2026 |
| 2.0.637 | 114 | 12/29/2025 |
| 2.0.634 | 277 | 12/15/2025 |
| 2.0.631 | 225 | 11/25/2025 |
| 2.0.628 | 220 | 11/25/2025 |
| 2.0.623 | 423 | 11/17/2025 |
| 2.0.620 | 309 | 11/10/2025 |
| 2.0.617 | 219 | 11/3/2025 |
| 2.0.614 | 229 | 10/20/2025 |
| 2.0.611 | 217 | 10/7/2025 |
| 2.0.608 | 219 | 9/22/2025 |
| 2.0.605 | 215 | 9/8/2025 |
| 2.0.602 | 225 | 9/8/2025 |
| 2.0.597 | 224 | 9/4/2025 |
| 2.0.590 | 206 | 8/19/2025 |
| 2.0.587 | 215 | 8/12/2025 |
| 2.0.584 | 289 | 8/5/2025 |
| 2.0.581 | 187 | 7/28/2025 |
| 2.0.578 | 601 | 7/23/2025 |
| 2.0.575 | 588 | 7/23/2025 |
Loading failed