SmtpLw 2.0.459
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.459
NuGet\Install-Package SmtpLw -Version 2.0.459
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.459" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmtpLw --version 2.0.459
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmtpLw, 2.0.459"
#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.
// Install SmtpLw as a Cake Addin #addin nuget:?package=SmtpLw&version=2.0.459 // Install SmtpLw as a Cake Tool #tool nuget:?package=SmtpLw&version=2.0.459
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. |
.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.3)
-
.NETStandard 2.1
- Microsoft.AspNet.WebApi.Client (>= 6.0.0)
- Newtonsoft.Json (>= 13.0.3)
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.465 | 72 | 11/18/2024 |
2.0.462 | 75 | 10/28/2024 |
2.0.459 | 80 | 10/2/2024 |
2.0.456 | 88 | 10/2/2024 |
2.0.449 | 102 | 9/16/2024 |
2.0.446 | 98 | 9/10/2024 |
2.0.442 | 98 | 9/9/2024 |
2.0.437 | 152 | 8/27/2024 |
2.0.433 | 104 | 8/27/2024 |
2.0.428 | 105 | 8/26/2024 |
2.0.425 | 94 | 8/26/2024 |
2.0.418 | 124 | 8/24/2024 |
2.0.414 | 122 | 8/19/2024 |
2.0.411 | 115 | 7/8/2024 |
2.0.408 | 96 | 7/8/2024 |
2.0.403 | 96 | 5/27/2024 |
2.0.400 | 98 | 5/27/2024 |
2.0.395 | 104 | 5/27/2024 |
2.0.388 | 107 | 5/19/2024 |
2.0.384 | 122 | 4/29/2024 |
2.0.381 | 120 | 4/29/2024 |
2.0.376 | 114 | 4/29/2024 |
2.0.369 | 105 | 4/22/2024 |
2.0.366 | 106 | 4/22/2024 |
2.0.363 | 122 | 4/15/2024 |
2.0.360 | 113 | 4/15/2024 |
2.0.355 | 103 | 4/8/2024 |
2.0.352 | 115 | 3/28/2024 |
2.0.349 | 117 | 3/28/2024 |
2.0.344 | 128 | 3/27/2024 |
2.0.337 | 119 | 3/18/2024 |
2.0.334 | 121 | 3/18/2024 |
2.0.329 | 115 | 2/26/2024 |
2.0.326 | 111 | 2/26/2024 |
2.0.321 | 127 | 2/19/2024 |
2.0.318 | 109 | 2/19/2024 |
2.0.313 | 114 | 2/19/2024 |
2.0.306 | 119 | 2/14/2024 |
2.0.303 | 109 | 2/14/2024 |
2.0.297 | 108 | 2/12/2024 |
2.0.294 | 110 | 1/30/2024 |
2.0.291 | 105 | 1/30/2024 |
2.0.286 | 108 | 1/29/2024 |
2.0.279 | 126 | 1/15/2024 |
2.0.276 | 105 | 1/15/2024 |
2.0.269 | 146 | 1/8/2024 |
2.0.261 | 134 | 12/25/2023 |
2.0.258 | 131 | 12/25/2023 |
2.0.253 | 133 | 12/18/2023 |
2.0.248 | 127 | 12/14/2023 |
2.0.242 | 124 | 12/12/2023 |
2.0.239 | 122 | 12/12/2023 |
2.0.234 | 109 | 12/12/2023 |
2.0.229 | 105 | 12/11/2023 |
2.0.220 | 164 | 12/4/2023 |
2.0.217 | 142 | 12/4/2023 |
2.0.212 | 149 | 12/4/2023 |
2.0.209 | 120 | 11/27/2023 |
2.0.206 | 123 | 11/21/2023 |
2.0.203 | 104 | 11/21/2023 |
2.0.198 | 115 | 11/21/2023 |
2.0.191 | 133 | 11/14/2023 |
2.0.186 | 124 | 11/14/2023 |
2.0.181 | 126 | 11/14/2023 |
2.0.175 | 98 | 11/9/2023 |
2.0.170 | 109 | 11/7/2023 |
2.0.167 | 104 | 11/7/2023 |
2.0.162 | 121 | 10/30/2023 |
2.0.158 | 130 | 10/17/2023 |
2.0.155 | 133 | 10/17/2023 |
2.0.150 | 127 | 10/17/2023 |
2.0.143 | 133 | 9/19/2023 |
2.0.140 | 113 | 9/18/2023 |
2.0.135 | 142 | 9/4/2023 |
2.0.132 | 153 | 9/4/2023 |
2.0.127 | 162 | 8/24/2023 |
2.0.124 | 157 | 8/14/2023 |
2.0.121 | 156 | 8/8/2023 |
2.0.118 | 146 | 7/28/2023 |
2.0.115 | 184 | 7/25/2023 |
2.0.112 | 168 | 7/25/2023 |
2.0.108 | 173 | 7/24/2023 |
2.0.106 | 168 | 7/24/2023 |
2.0.92 | 154 | 7/24/2023 |
2.0.85 | 181 | 7/18/2023 |
2.0.79 | 158 | 7/13/2023 |
2.0.76 | 154 | 7/11/2023 |
2.0.73 | 154 | 7/11/2023 |
2.0.68 | 157 | 7/3/2023 |
2.0.65 | 155 | 6/14/2023 |
2.0.62 | 165 | 6/6/2023 |
2.0.61 | 181 | 6/6/2023 |
2.0.60 | 164 | 6/6/2023 |
2.0.57 | 156 | 6/6/2023 |
2.0.52 | 150 | 5/24/2023 |
2.0.49 | 157 | 5/23/2023 |
2.0.44 | 165 | 5/23/2023 |
2.0.33 | 157 | 5/4/2023 |
2.0.30 | 148 | 5/3/2023 |
2.0.25 | 202 | 4/8/2023 |
2.0.19 | 232 | 4/3/2023 |
2.0.14 | 245 | 3/22/2023 |
2.0.11 | 206 | 3/22/2023 |
2.0.10 | 233 | 3/22/2023 |
2.0.7 | 255 | 2/28/2023 |
2.0.6 | 230 | 2/28/2023 |
1.0.140 | 234 | 2/27/2023 |
1.0.137 | 303 | 1/24/2023 |
1.0.136 | 275 | 1/19/2023 |
1.0.131 | 276 | 1/19/2023 |
1.0.101 | 281 | 1/19/2023 |
1.0.88 | 304 | 1/19/2023 |
1.0.31 | 486 | 7/6/2020 |
1.0.24 | 402 | 7/6/2020 |
1.0.12 | 447 | 7/6/2020 |