=== WP Post Email Notification === Contributors: nstaeger Tags: new, post, notification, email, subscribe, subscriber, newsletter, widget Requires at least: 4.4.2 Tested up to: 4.4.2 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A plugin sending email notifications to subscribers when a new post is published. == Description == This plugin sends email-notifiations to a list of subscribers (email address) when new posts are published. The list of subscribers is separated from the list of WordPress users. To allow users to subscribe to the mailing-list, a widget is included that can be placed in the sidebar. The Headline and a text of the widget can be modified and are displayed before the email-input field and the send button. The widget uses ajax to submit the entered e-mail address. Within the administration area you get a reactive and clean overview of all subscribers and some additional settings, that fits perfectly into the userexperience of WordPress. You can delete or add subscribers manually, change the subject and body of the notification-email. Sending the emails is regulated in jobs. A job is always responsible for sending emails to one new post. The job starts sending emails a minute after the post was published. Every job can be cancelled. The number of emails send within a run of the job can be modified in the options. The job is automatically deleted, once an email was send to all subscribers. This plugin is open source and of course available on [GitHub](https://github.com/nstaeger/wp-post-email-notification). == Installation == 1. Upload the plugin files to the `/wp-content/plugins/wp-post-email-notification` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress. 3. Use the settings page "WP Post Email Notification" screen to configure the plugin. 4. Go to Design > Widgets to add a "Subsrption Widget" to your sidebar to allow visitors to subscribe. == Frequently Asked Questions == == Screenshot == Will be available soon. == Changelog == = 1.0 = * Inital Release