SmtpLw 2.0.549

dotnet add package SmtpLw --version 2.0.549
                    
NuGet\Install-Package SmtpLw -Version 2.0.549
                    
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.549" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SmtpLw" Version="2.0.549" />
                    
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.549
                    
#r "nuget: SmtpLw, 2.0.549"
                    
#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.
#addin nuget:?package=SmtpLw&version=2.0.549
                    
Install as a Cake Addin
#tool nuget:?package=SmtpLw&version=2.0.549
                    
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.549 231 5/12/2025
2.0.546 153 5/8/2025
2.0.537 143 4/29/2025
2.0.531 130 2/10/2025
2.0.528 112 2/10/2025
2.0.523 100 1/20/2025
2.0.520 101 1/20/2025
2.0.515 95 1/14/2025
2.0.514 74 1/13/2025
2.0.509 81 1/13/2025
2.0.504 91 1/13/2025
2.0.497 116 1/6/2025
2.0.494 115 1/6/2025
2.0.489 113 1/6/2025
2.0.482 107 12/30/2024
2.0.479 111 12/16/2024
2.0.476 106 12/9/2024
2.0.473 112 11/25/2024
2.0.470 108 11/25/2024
2.0.465 112 11/18/2024
2.0.462 112 10/28/2024
2.0.459 114 10/2/2024
2.0.456 119 10/2/2024
2.0.449 131 9/16/2024
2.0.446 129 9/10/2024
2.0.442 128 9/9/2024
2.0.437 187 8/27/2024
2.0.433 149 8/27/2024
2.0.428 135 8/26/2024
2.0.425 121 8/26/2024
2.0.418 156 8/24/2024
2.0.414 151 8/19/2024
2.0.411 144 7/8/2024
2.0.408 127 7/8/2024
2.0.403 124 5/27/2024
2.0.400 122 5/27/2024
2.0.395 134 5/27/2024
2.0.388 134 5/19/2024
2.0.384 149 4/29/2024
2.0.381 143 4/29/2024
2.0.376 136 4/29/2024
2.0.369 128 4/22/2024
2.0.366 132 4/22/2024
2.0.363 148 4/15/2024
2.0.360 140 4/15/2024
2.0.355 133 4/8/2024
2.0.352 139 3/28/2024
2.0.349 145 3/28/2024
2.0.344 152 3/27/2024
2.0.337 142 3/18/2024
2.0.334 147 3/18/2024
2.0.329 144 2/26/2024
2.0.326 137 2/26/2024
2.0.321 155 2/19/2024
2.0.318 139 2/19/2024
2.0.313 146 2/19/2024
2.0.306 149 2/14/2024
2.0.303 138 2/14/2024
2.0.297 131 2/12/2024
2.0.294 133 1/30/2024
2.0.291 128 1/30/2024
2.0.286 133 1/29/2024
2.0.279 151 1/15/2024
2.0.276 127 1/15/2024
2.0.269 177 1/8/2024
2.0.261 158 12/25/2023
2.0.258 156 12/25/2023
2.0.253 156 12/18/2023
2.0.248 155 12/14/2023
2.0.242 151 12/12/2023
2.0.239 144 12/12/2023
2.0.234 140 12/12/2023
2.0.229 141 12/11/2023
2.0.220 180 12/4/2023
2.0.217 157 12/4/2023
2.0.212 165 12/4/2023
2.0.209 135 11/27/2023
2.0.206 142 11/21/2023
2.0.203 120 11/21/2023
2.0.198 130 11/21/2023
2.0.191 146 11/14/2023
2.0.186 137 11/14/2023
2.0.181 145 11/14/2023
2.0.175 122 11/9/2023
2.0.170 122 11/7/2023
2.0.167 123 11/7/2023
2.0.162 138 10/30/2023
2.0.158 153 10/17/2023
2.0.155 152 10/17/2023
2.0.150 144 10/17/2023
2.0.143 149 9/19/2023
2.0.140 128 9/18/2023
2.0.135 161 9/4/2023
2.0.132 171 9/4/2023
2.0.127 191 8/24/2023
2.0.124 179 8/14/2023
2.0.121 178 8/8/2023
2.0.118 169 7/28/2023
2.0.115 207 7/25/2023
2.0.112 191 7/25/2023
2.0.108 193 7/24/2023
2.0.106 191 7/24/2023
2.0.92 177 7/24/2023
2.0.85 204 7/18/2023
2.0.79 188 7/13/2023
2.0.76 180 7/11/2023
2.0.73 176 7/11/2023
2.0.68 185 7/3/2023
2.0.65 180 6/14/2023
2.0.62 194 6/6/2023
2.0.61 210 6/6/2023
2.0.60 195 6/6/2023
2.0.57 184 6/6/2023
2.0.52 177 5/24/2023
2.0.49 185 5/23/2023
2.0.44 194 5/23/2023
2.0.33 184 5/4/2023
2.0.30 177 5/3/2023
2.0.25 228 4/8/2023
2.0.19 258 4/3/2023
2.0.14 282 3/22/2023
2.0.11 234 3/22/2023
2.0.10 261 3/22/2023
2.0.7 287 2/28/2023
2.0.6 256 2/28/2023
1.0.140 263 2/27/2023
1.0.137 336 1/24/2023
1.0.136 306 1/19/2023
1.0.131 308 1/19/2023
1.0.101 315 1/19/2023
1.0.88 337 1/19/2023
1.0.31 556 7/6/2020
1.0.24 472 7/6/2020
1.0.12 508 7/6/2020