=== Plugin Name ===
Contributors: Guus Ellenkamp
Donate link: http://www.inspiration-for-success.com/pay/
Tags: mailer, mailing list, simple mailer
Requires at least: 3.5.1
Tested up to: 3.5.1
Stable tag: 0.4
License: Copyright Guus Ellenkamp. Unmodified code can be used freely.

Purpose of this plugin is to maintain a simple mailing list and send html e-mails to the people in the list.

== Description ==

With this plugin you can maintain a simple mailing list and send html e-mails to people in this list straight from your own server.

The plugin supports 'batches' so if your hosting provider limits the number of e-mails you can send in a certain amount of time you can split your sending up.

Users can subscribe from the front-end. Just add a div with id "frontendaddemail" in any page: <div id="frontendaddemail"></div> to add the subscription form.

== Installation ==

The IFS mailinglist plugin doesn't require any specific installation. Just unpack the zip file, upload the files to the plugins folder and activate the plugin.

Upgrade from previous versions not supported.

== Frequently Asked Questions ==

= How many e-mail addresses can I maintain? =

The number of people in the e-mail list is unlimited.

== Screenshots ==

No screenshots yet.

== Changelog ==

= 0.1 =
* Initial version without mailer

= 0.2 =
* Added mailer option.

= 0.3=
* Added configuration options for sender name and sender address.

= 0.4=
* Added functionality for subscription in front-end including confirmation e-mail.
* Added configuration option for default batch. Batch can also be any string, not only numeric.
* E-mails are sent to people with status 'active'.