SmtpLw 2.0.242

There is a newer version of this package available.
See the version list below for details.
dotnet add package SmtpLw --version 2.0.242
NuGet\Install-Package SmtpLw -Version 2.0.242
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.242" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SmtpLw --version 2.0.242
#r "nuget: SmtpLw, 2.0.242"
#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.242

// Install SmtpLw as a Cake Tool
#tool nuget:?package=SmtpLw&version=2.0.242

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. 
.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.403 67 5/27/2024
2.0.400 67 5/27/2024
2.0.395 73 5/27/2024
2.0.388 78 5/19/2024
2.0.384 96 4/29/2024
2.0.381 87 4/29/2024
2.0.376 83 4/29/2024
2.0.369 75 4/22/2024
2.0.366 79 4/22/2024
2.0.363 87 4/15/2024
2.0.360 79 4/15/2024
2.0.355 74 4/8/2024
2.0.352 86 3/28/2024
2.0.349 82 3/28/2024
2.0.344 100 3/27/2024
2.0.337 93 3/18/2024
2.0.334 92 3/18/2024
2.0.329 94 2/26/2024
2.0.326 82 2/26/2024
2.0.321 100 2/19/2024
2.0.318 84 2/19/2024
2.0.313 87 2/19/2024
2.0.306 89 2/14/2024
2.0.303 80 2/14/2024
2.0.297 74 2/12/2024
2.0.294 83 1/30/2024
2.0.291 73 1/30/2024
2.0.286 79 1/29/2024
2.0.279 90 1/15/2024
2.0.276 76 1/15/2024
2.0.269 121 1/8/2024
2.0.261 110 12/25/2023
2.0.258 106 12/25/2023
2.0.253 105 12/18/2023
2.0.248 102 12/14/2023
2.0.242 100 12/12/2023
2.0.239 96 12/12/2023
2.0.234 83 12/12/2023
2.0.229 82 12/11/2023
2.0.220 131 12/4/2023
2.0.217 105 12/4/2023
2.0.212 117 12/4/2023
2.0.209 109 11/27/2023
2.0.206 86 11/21/2023
2.0.203 78 11/21/2023
2.0.198 90 11/21/2023
2.0.191 109 11/14/2023
2.0.186 92 11/14/2023
2.0.181 96 11/14/2023
2.0.175 73 11/9/2023
2.0.170 81 11/7/2023
2.0.167 81 11/7/2023
2.0.162 94 10/30/2023
2.0.158 103 10/17/2023
2.0.155 101 10/17/2023
2.0.150 97 10/17/2023
2.0.143 103 9/19/2023
2.0.140 88 9/18/2023
2.0.135 116 9/4/2023
2.0.132 140 9/4/2023
2.0.127 134 8/24/2023
2.0.124 146 8/14/2023
2.0.121 134 8/8/2023
2.0.118 123 7/28/2023
2.0.115 173 7/25/2023
2.0.112 147 7/25/2023
2.0.108 150 7/24/2023
2.0.106 143 7/24/2023
2.0.92 129 7/24/2023
2.0.85 152 7/18/2023
2.0.79 136 7/13/2023
2.0.76 129 7/11/2023
2.0.73 122 7/11/2023
2.0.68 124 7/3/2023
2.0.65 130 6/14/2023
2.0.62 138 6/6/2023
2.0.61 146 6/6/2023
2.0.60 138 6/6/2023
2.0.57 131 6/6/2023
2.0.52 127 5/24/2023
2.0.49 130 5/23/2023
2.0.44 131 5/23/2023
2.0.33 131 5/4/2023
2.0.30 119 5/3/2023
2.0.25 181 4/8/2023
2.0.19 200 4/3/2023
2.0.14 221 3/22/2023
2.0.11 184 3/22/2023
2.0.10 206 3/22/2023
2.0.7 233 2/28/2023
2.0.6 207 2/28/2023
1.0.140 225 2/27/2023
1.0.137 279 1/24/2023
1.0.136 252 1/19/2023
1.0.131 248 1/19/2023
1.0.101 254 1/19/2023
1.0.88 281 1/19/2023
1.0.31 460 7/6/2020
1.0.24 375 7/6/2020
1.0.12 435 7/6/2020