SmtpLw 2.0.515

There is a newer version of this package available.
See the version list below for details.
dotnet add package SmtpLw --version 2.0.515
                    
NuGet\Install-Package SmtpLw -Version 2.0.515
                    
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.515" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmtpLw" Version="2.0.515" />
                    
Directory.Packages.props
<PackageReference Include="SmtpLw" />
                    
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 SmtpLw --version 2.0.515
                    
#r "nuget: SmtpLw, 2.0.515"
                    
#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.515
                    
#: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.515
                    
Install as a Cake Addin
#tool nuget:?package=SmtpLw&version=2.0.515
                    
Install as a Cake Tool

SmtpLW - Locaweb SMTP API client

The Locaweb dedicated SMTP service API client.

GitHub license Time tracker

SmtpLw logo

CI/CD

Build status Last commit Tests Coverage Code Smells LoC
Build status GitHub last commit AppVeyor tests (branch) Coverage Code Smells Lines of Code

Code Quality

Codacy Badge Codacy Badge Codecov

Maintainability Test Coverage

Quality Gate Status Maintainability Rating

Technical Debt Duplicated Lines (%)

Reliability Rating Security Rating

Bugs Vulnerabilities

DeepSource


Installation

Github Releases

GitHub last release Github All Releases

Download the latest zip file from the Release page.

Nuget package manager

Package Version Downloads
SmtpLw SmtpLw NuGet Version SmtpLw NuGet Downloads

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

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.570 106 7/17/2025
2.0.567 106 7/17/2025
2.0.564 110 7/17/2025
2.0.552 128 7/15/2025
2.0.549 242 5/12/2025
2.0.546 188 5/8/2025
2.0.537 147 4/29/2025
2.0.531 134 2/10/2025
2.0.528 116 2/10/2025
2.0.523 104 1/20/2025
2.0.520 105 1/20/2025
2.0.515 102 1/14/2025
2.0.514 78 1/13/2025
2.0.509 85 1/13/2025
2.0.504 95 1/13/2025
2.0.497 120 1/6/2025
2.0.494 119 1/6/2025
2.0.489 121 1/6/2025
2.0.482 111 12/30/2024
2.0.479 115 12/16/2024
2.0.476 110 12/9/2024
2.0.473 116 11/25/2024
2.0.470 116 11/25/2024
2.0.465 116 11/18/2024
2.0.462 116 10/28/2024
2.0.459 117 10/2/2024
2.0.456 122 10/2/2024
2.0.449 134 9/16/2024
2.0.446 132 9/10/2024
2.0.442 131 9/9/2024
2.0.437 191 8/27/2024
2.0.433 152 8/27/2024
2.0.428 138 8/26/2024
2.0.425 124 8/26/2024
2.0.418 160 8/24/2024
2.0.414 154 8/19/2024
2.0.411 147 7/8/2024
2.0.408 130 7/8/2024
2.0.403 127 5/27/2024
2.0.400 125 5/27/2024
2.0.395 137 5/27/2024
2.0.388 138 5/19/2024
2.0.384 153 4/29/2024
2.0.381 146 4/29/2024
2.0.376 139 4/29/2024
2.0.369 131 4/22/2024
2.0.366 135 4/22/2024
2.0.363 156 4/15/2024
2.0.360 143 4/15/2024
2.0.355 142 4/8/2024
2.0.352 142 3/28/2024
2.0.349 148 3/28/2024
2.0.344 154 3/27/2024
2.0.337 145 3/18/2024
2.0.334 150 3/18/2024
2.0.329 147 2/26/2024
2.0.326 140 2/26/2024
2.0.321 158 2/19/2024
2.0.318 142 2/19/2024
2.0.313 149 2/19/2024
2.0.306 152 2/14/2024
2.0.303 141 2/14/2024
2.0.297 133 2/12/2024
2.0.294 141 1/30/2024
2.0.291 133 1/30/2024
2.0.286 136 1/29/2024
2.0.279 153 1/15/2024
2.0.276 130 1/15/2024
2.0.269 180 1/8/2024
2.0.261 160 12/25/2023
2.0.258 158 12/25/2023
2.0.253 158 12/18/2023
2.0.248 159 12/14/2023
2.0.242 157 12/12/2023
2.0.239 146 12/12/2023
2.0.234 142 12/12/2023
2.0.229 143 12/11/2023
2.0.220 182 12/4/2023
2.0.217 160 12/4/2023
2.0.212 167 12/4/2023
2.0.209 138 11/27/2023
2.0.206 144 11/21/2023
2.0.203 122 11/21/2023
2.0.198 132 11/21/2023
2.0.191 148 11/14/2023
2.0.186 139 11/14/2023
2.0.181 147 11/14/2023
2.0.175 124 11/9/2023
2.0.170 124 11/7/2023
2.0.167 125 11/7/2023
2.0.162 140 10/30/2023
2.0.158 159 10/17/2023
2.0.155 159 10/17/2023
2.0.150 150 10/17/2023
2.0.143 156 9/19/2023
2.0.140 135 9/18/2023
2.0.135 174 9/4/2023
2.0.132 179 9/4/2023
2.0.127 200 8/24/2023
2.0.124 188 8/14/2023
2.0.121 187 8/8/2023
2.0.118 179 7/28/2023
2.0.115 217 7/25/2023
2.0.112 205 7/25/2023
2.0.108 202 7/24/2023
2.0.106 200 7/24/2023
2.0.92 186 7/24/2023
2.0.85 213 7/18/2023
2.0.79 197 7/13/2023
2.0.76 189 7/11/2023
2.0.73 186 7/11/2023
2.0.68 195 7/3/2023
2.0.65 189 6/14/2023
2.0.62 209 6/6/2023
2.0.61 219 6/6/2023
2.0.60 204 6/6/2023
2.0.57 199 6/6/2023
2.0.52 186 5/24/2023
2.0.49 194 5/23/2023
2.0.44 204 5/23/2023
2.0.33 194 5/4/2023
2.0.30 186 5/3/2023
2.0.25 238 4/8/2023
2.0.19 266 4/3/2023
2.0.14 291 3/22/2023
2.0.11 243 3/22/2023
2.0.10 270 3/22/2023
2.0.7 295 2/28/2023
2.0.6 264 2/28/2023
1.0.140 271 2/27/2023
1.0.137 346 1/24/2023
1.0.136 315 1/19/2023
1.0.131 317 1/19/2023
1.0.101 324 1/19/2023
1.0.88 346 1/19/2023
1.0.31 569 7/6/2020
1.0.24 483 7/6/2020
1.0.12 520 7/6/2020