Rsft.Lib.EmailListManagement.Aweber 1.0.20141201

.NET Framework 4.5
There is a newer version of this package available.
See the version list below for details.
dotnet add package Rsft.Lib.EmailListManagement.Aweber --version 1.0.20141201
NuGet\Install-Package Rsft.Lib.EmailListManagement.Aweber -Version 1.0.20141201
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="Rsft.Lib.EmailListManagement.Aweber" Version="1.0.20141201" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Rsft.Lib.EmailListManagement.Aweber --version 1.0.20141201
#r "nuget: Rsft.Lib.EmailListManagement.Aweber, 1.0.20141201"
#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 Rsft.Lib.EmailListManagement.Aweber as a Cake Addin
#addin nuget:?package=Rsft.Lib.EmailListManagement.Aweber&version=1.0.20141201

// Install Rsft.Lib.EmailListManagement.Aweber as a Cake Tool
#tool nuget:?package=Rsft.Lib.EmailListManagement.Aweber&version=1.0.20141201

Use this component where automated Aweber list management is needed from, for example, back end services such as user registration in web applications.

**ABOUT**
Aweber offers excellent email campaign list management services and is mainly geared for capturing email addresses via its own javascript based email web forms.

Whilst this (i.e. Aweber web capture forms) is great if your requirement is directly capturing email addresses via web sites, it's not so useful if you need to subscribe and unsubscribe users directly from a back end service such as a CRM or lead management system.

Aweber do not accept (there are AUP exclusions in its T's and C's) on any form of "automated" subscription method that goes via its web form entry systems so it's not possible to automatically sign up users by using HTTP POST integration.

Fortunately, there is a work around using SMTP. This software is completely SMTP based and does not break any existing Aweber terms and conditions of use.

Example usage and Aweber configuration can be found on the project web site.

Product Versions
.NET Framework net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481
Compatible target framework(s)
Additional computed target framework(s)
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
1.300.4 1,252 10/28/2015
1.200.20141208 1,286 12/8/2014
1.101.1007 1,086 10/7/2013
1.3.1 861 10/28/2015
1.2.20141208 1,124 12/8/2014
1.1.1005 999 10/5/2013
1.0.20141201.1 1,023 12/1/2014
1.0.20141201 1,059 12/1/2014
1.0.1004.1 960 10/4/2013
1.0.1004 1,015 10/4/2013

Null reference safety added to SMTP client initialization code.