eZNewsletter
=============

Version: 1.5 Beta
Required eZ Publish version: 3.9+

A newsletter extension. This extension handles subscriptionlists and bounces.

Description
-----------
The following functions are included:
- Mass sendout of emails
- Multiple formats:
  - Plain text
  - HTML (with embedded images)
  - HTML (with linked images)
  - SMS (custom transport class required)
- Bouncemanagement
- Listmanagement
  - Robinsonlist
  - Subscribtionlist
  - a CSV import is included

See CHANGELOG.txt for description of changes.

Installation
============
- Import the the SQL in sql/newsletter.sql
- Add eznewsletter to the ActiveExtensions list in site.ini
- Override the content object edit templates for the classes you want to use as newsletters, 
  set this in the override.ini of the extension.

    Match[class_identifier]=article

-Add this block to your pagelayout.tpl to enable the newsletter leftmenu if you're using 3.7 or older versions 

    {section show=is_set( $module_result.left_menu )}
	{include uri=$module_result.left_menu}
    {/section}

Notes
=====
- In near future its planned that the Bouncemanagement and Listmanagement will be seperated for more modularity.
- Improvements in listmanagement and imports are planned
