Rsft.Lib.Patterns.EmailListManagement 1.0.1003

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

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

Pattern for software integration with cloud based email service provider list management processes.
Most list management services offer email based SUBSCRIBE and UNSUBSCRIBE methods to add / remove users to mailing lists.
This library provides a general pattern / interface for integration with such services.
Create integration software by implementing IEmailListManage.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Rsft.Lib.Patterns.EmailListManagement:

Package Downloads
Rsft.Lib.EmailListManagement.Aweber

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.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0.2 1,622 10/28/2015
1.1.1005 2,561 10/5/2013
1.0.1003 1,552 10/3/2013

Initial release.