=== Emailer Connect for WooCommerce ===
Contributors: emailer
Tags: woocommerce, abandoned cart, email marketing, cart recovery
Requires at least: 6.2
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Connects your WooCommerce store to Emailer: reliable server-side capture of carts, checkouts, and orders. No email is ever sent from your site.

== Description ==

Emailer Connect is the capture agent for the Emailer platform. It observes store
activity (carts, checkout starts, orders) using WooCommerce's own server-side
hooks, stores events in a local outbox table, and ships them to your Emailer
account with retries — so a slow host or a network blip never loses a cart.

* No email is sent from your server — deliverability is handled by Emailer's managed cloud.
* No JavaScript tracking required for core events; a tiny checkout listener captures typed emails before submit.
* Built to coexist with caching and security plugins: signed custom headers, no Authorization header, no query-string secrets.
* Health panel shows connection status, outbox depth, and last ship time.

== Changelog ==

= 0.1.0 =
* Initial release: outbox capture, claim-based shipper, checkout email capture.
