Rsft.Lib.EmailListManagement.Aweber by Rolosoft Ltd

<PackageReference Include="Rsft.Lib.EmailListManagement.Aweber" Version="1.3.1" />

 Rsft.Lib.EmailListManagement.Aweber 1.3.1

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.

<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
  <metadata>
    <id>Rsft.Lib.EmailListManagement.Aweber</id>
    <version>1.3.1</version>
    <title>Rsft.Lib.EmailListManagement.Aweber</title>
    <authors>Rolosoft Ltd</authors>
    <owners>Rolosoft Ltd</owners>
    <licenseUrl>http://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
    <projectUrl>https://bitbucket.org/rolosfteverifyshared/library-emaillistmanagement-aweber</projectUrl>
    <iconUrl>https://rolosoft.blob.core.windows.net/common/rolosoft128x128.png</iconUrl>
    <requireLicenseAcceptance>false</requireLicenseAcceptance>
    <description>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.</description>
    <summary>Use this component where automated Aweber list management is needed from, for example, back end services such as user registration in web applications.</summary>
    <releaseNotes>Added emthod signatures to allow setting the subject and body of email sent to Aweber.</releaseNotes>
    <copyright>Copyright Rolosoft 2015</copyright>
    <language>en-US</language>
    <tags>rolosoft email list management aweber</tags>
    <dependencies>
      <dependency id="Rsft.Lib.Logging.TraceSource" version="1.0.0.0" />
      <dependency id="Rsft.Lib.Patterns.EmailListManagement" version="1.1.1005.0" />
    </dependencies>
    <frameworkAssemblies>
      <frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Core" targetFramework=".NETFramework4.0" />
      <frameworkAssembly assemblyName="System.Net" targetFramework=".NETFramework4.0" />
    </frameworkAssemblies>
  </metadata>
</package>