=== CCM Mail Relay ===
Contributors: clickclickmedia
Tags: smtp, mail, dkim, spf, transactional
Requires at least: 5.5
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.6.0
License: Proprietary

Routes all WordPress email through the CCM central mail relay with automatic SPF, DKIM, and DMARC.

== Description ==

CCM Mail Relay is a managed transactional-email plugin for Click Click Media customer sites. It provisions itself against the central relay at relay.itsyrelay.au, configures SMTP with rotated credentials, and (when possible) auto-publishes the DNS records required for authenticated delivery.

The plugin self-updates against the CCM relay — there's no wordpress.org dependency.

== Installation ==

1. Upload `ccm-mail.zip` via Plugins → Add New → Upload, or extract into `wp-content/plugins/ccm-mail/`.
2. Activate the plugin.
3. Visit Tools → Email Relay to verify SMTP credentials and DNS status.

== Frequently Asked Questions ==

= Where does mail go? =

All outbound mail flows through relay.itsyrelay.au on STARTTLS port 587, signed with the per-domain DKIM key provisioned on first activation.

= What happens if I deactivate the plugin? =

Outbound mail reverts to whatever PHPMailer default WordPress would use, which usually means unauthenticated PHP mail() with poor deliverability. Don't deactivate unless you have another SMTP plugin ready.

= How do updates work? =

The plugin's "Update URI" header points at the CCM relay's update API. When WordPress polls for updates it sees new versions published on the relay and installs them via the normal Plugins UI.

== Changelog ==

See CHANGELOG.md in the repository for the canonical history. Recent highlights:

= 1.5.0 =
* First release as a regular plugin (was previously an mu-plugin drop-in).
* Self-update via WP-native updater against the CCM relay.
* Activation guard refuses to install if the legacy mu-plugin file still exists.
