collective.pfg.silverpop
========================

Addon for PloneFormGen providing Integration
of Silverpop enterprise newslettering.

Adds a FormSilverpopAdapter which can be used
to create newsletter signup forms to add a recipient
to a Silverpop Newsletter.

Supports Simple Opt-In /Opt-Out,
meaning that a user can sign in to a newletter,
by checking a boolean field,
and opt-out by unchecking the boolean field.

Re Opt-In is not implemented yet.

Uses Silverpop Python API

Requirements:

    - Products.PloneFormGen
    - Products.DataGridField
    - silverpop

Links:

    - PloneFormGen: http://pypi.python.org/pypi/Products.PloneFormGen
    - Silverpop: http://www.silverpop.com/
    - silverpop (Silverpop Python API): http://silverpop.googlecode.com
    - Code repository: http://svn.plone.org/svn/collective/collective.pfg.silverpop/

