SmtpLw 2.0.337
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.337
NuGet\Install-Package SmtpLw -Version 2.0.337
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.337" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmtpLw --version 2.0.337
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SmtpLw, 2.0.337"
#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.337 // Install SmtpLw as a Cake Tool #tool nuget:?package=SmtpLw&version=2.0.337
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.462 | 66 | 10/28/2024 |
2.0.459 | 72 | 10/2/2024 |
2.0.456 | 80 | 10/2/2024 |
2.0.449 | 98 | 9/16/2024 |
2.0.446 | 94 | 9/10/2024 |
2.0.442 | 92 | 9/9/2024 |
2.0.437 | 148 | 8/27/2024 |
2.0.433 | 100 | 8/27/2024 |
2.0.428 | 101 | 8/26/2024 |
2.0.425 | 90 | 8/26/2024 |
2.0.418 | 120 | 8/24/2024 |
2.0.414 | 118 | 8/19/2024 |
2.0.411 | 112 | 7/8/2024 |
2.0.408 | 93 | 7/8/2024 |
2.0.403 | 93 | 5/27/2024 |
2.0.400 | 95 | 5/27/2024 |
2.0.395 | 101 | 5/27/2024 |
2.0.388 | 104 | 5/19/2024 |
2.0.384 | 119 | 4/29/2024 |
2.0.381 | 117 | 4/29/2024 |
2.0.376 | 111 | 4/29/2024 |
2.0.369 | 102 | 4/22/2024 |
2.0.366 | 103 | 4/22/2024 |
2.0.363 | 119 | 4/15/2024 |
2.0.360 | 110 | 4/15/2024 |
2.0.355 | 98 | 4/8/2024 |
2.0.352 | 112 | 3/28/2024 |
2.0.349 | 114 | 3/28/2024 |
2.0.344 | 125 | 3/27/2024 |
2.0.337 | 116 | 3/18/2024 |
2.0.334 | 116 | 3/18/2024 |
2.0.329 | 112 | 2/26/2024 |
2.0.326 | 108 | 2/26/2024 |
2.0.321 | 124 | 2/19/2024 |
2.0.318 | 106 | 2/19/2024 |
2.0.313 | 111 | 2/19/2024 |
2.0.306 | 116 | 2/14/2024 |
2.0.303 | 102 | 2/14/2024 |
2.0.297 | 105 | 2/12/2024 |
2.0.294 | 107 | 1/30/2024 |
2.0.291 | 102 | 1/30/2024 |
2.0.286 | 105 | 1/29/2024 |
2.0.279 | 123 | 1/15/2024 |
2.0.276 | 102 | 1/15/2024 |
2.0.269 | 143 | 1/8/2024 |
2.0.261 | 129 | 12/25/2023 |
2.0.258 | 128 | 12/25/2023 |
2.0.253 | 130 | 12/18/2023 |
2.0.248 | 124 | 12/14/2023 |
2.0.242 | 121 | 12/12/2023 |
2.0.239 | 119 | 12/12/2023 |
2.0.234 | 104 | 12/12/2023 |
2.0.229 | 102 | 12/11/2023 |
2.0.220 | 161 | 12/4/2023 |
2.0.217 | 139 | 12/4/2023 |
2.0.212 | 144 | 12/4/2023 |
2.0.209 | 117 | 11/27/2023 |
2.0.206 | 118 | 11/21/2023 |
2.0.203 | 101 | 11/21/2023 |
2.0.198 | 112 | 11/21/2023 |
2.0.191 | 128 | 11/14/2023 |
2.0.186 | 121 | 11/14/2023 |
2.0.181 | 121 | 11/14/2023 |
2.0.175 | 95 | 11/9/2023 |
2.0.170 | 106 | 11/7/2023 |
2.0.167 | 101 | 11/7/2023 |
2.0.162 | 118 | 10/30/2023 |
2.0.158 | 125 | 10/17/2023 |
2.0.155 | 130 | 10/17/2023 |
2.0.150 | 124 | 10/17/2023 |
2.0.143 | 130 | 9/19/2023 |
2.0.140 | 110 | 9/18/2023 |
2.0.135 | 139 | 9/4/2023 |
2.0.132 | 150 | 9/4/2023 |
2.0.127 | 159 | 8/24/2023 |
2.0.124 | 154 | 8/14/2023 |
2.0.121 | 151 | 8/8/2023 |
2.0.118 | 143 | 7/28/2023 |
2.0.115 | 181 | 7/25/2023 |
2.0.112 | 165 | 7/25/2023 |
2.0.108 | 170 | 7/24/2023 |
2.0.106 | 165 | 7/24/2023 |
2.0.92 | 151 | 7/24/2023 |
2.0.85 | 178 | 7/18/2023 |
2.0.79 | 155 | 7/13/2023 |
2.0.76 | 151 | 7/11/2023 |
2.0.73 | 151 | 7/11/2023 |
2.0.68 | 154 | 7/3/2023 |
2.0.65 | 152 | 6/14/2023 |
2.0.62 | 162 | 6/6/2023 |
2.0.61 | 178 | 6/6/2023 |
2.0.60 | 161 | 6/6/2023 |
2.0.57 | 153 | 6/6/2023 |
2.0.52 | 147 | 5/24/2023 |
2.0.49 | 154 | 5/23/2023 |
2.0.44 | 162 | 5/23/2023 |
2.0.33 | 154 | 5/4/2023 |
2.0.30 | 145 | 5/3/2023 |
2.0.25 | 199 | 4/8/2023 |
2.0.19 | 229 | 4/3/2023 |
2.0.14 | 242 | 3/22/2023 |
2.0.11 | 203 | 3/22/2023 |
2.0.10 | 230 | 3/22/2023 |
2.0.7 | 252 | 2/28/2023 |
2.0.6 | 227 | 2/28/2023 |
1.0.140 | 231 | 2/27/2023 |
1.0.137 | 300 | 1/24/2023 |
1.0.136 | 270 | 1/19/2023 |
1.0.131 | 273 | 1/19/2023 |
1.0.101 | 278 | 1/19/2023 |
1.0.88 | 301 | 1/19/2023 |
1.0.31 | 483 | 7/6/2020 |
1.0.24 | 399 | 7/6/2020 |
1.0.12 | 444 | 7/6/2020 |