=== AddonLogic Post Email Subscribers ===
Contributors: snehalpancholi
Tags: email, newsletter, subscribers, notifications, new post
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.1
Stable tag: 1.0.0
License: GPL-2.0+
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Email your subscriber list whenever a new post is published, with a customisable HTML template and a one-click unsubscribe link.

== Description ==

AddonLogic Post Email Subscribers lets visitors subscribe to new post notifications via a simple form. When you publish a new post, every active subscriber receives a branded HTML email with a post excerpt and a direct read link. Includes double opt-in confirmation, one-click unsubscribe, and a full subscriber management admin panel.

**Features:**
* [addlc_subscribe_form] shortcode for subscribe forms anywhere
* Double opt-in via email confirmation link
* HTML email notification with post title, excerpt, and read link
* One-click unsubscribe in every email
* Supports multiple post types
* Customisable email subject with tokens: {{site_name}}, {{post_title}}, {{post_url}}
* Admin subscriber list with search, status filter, and bulk delete
* Per-plugin from name/email override
* Async sending via WP-Cron (does not slow down publish action)

== Installation ==

1. Upload the `post-email-subscribers` folder to `/wp-content/plugins/`.
2. Activate the plugin through the **Plugins** menu.
3. Go to **Post Subscribers → Settings** to configure options.
4. Add `[addlc_subscribe_form]` to any post or page.

== Shortcode ==

    [addlc_subscribe_form button_text="Subscribe" show_name="yes"]

== Changelog ==

= 1.0.0 =
* Initial release.
