# mail-app-compose — Recipe Book (placeholder)

**Module ID:** `mail-app-compose`
**Namespace:** `FreshCloud\Mail\Compose\`
**Lifecycle phase:** formation → planning → building (in progress)
**Status:** Module shell created 2026-07-22. Code moved from avidtech6/freshmail-2/src/Compose/.

**Description:** App-layer compose orchestrator. Wires SMTP + Identity + PB to provide /compose/* API

---

## What this module is

- PHP app module, MIT-licensed
- PSR-4 autoloaded as `FreshCloud\Mail\Compose\`
- Code lives in `src/Compose/`
- Tests in `tests/Compose/` (PHPUnit)
- Consumed by Oscar via `oscar-platform/api/email/` bridge
- The bridge's `_bootstrap.php` wires the Composer that uses this module

## See also

- `module.json` — identity
- `module-meta.json` — metadata
- `composer.json` — autoload
- `oscar-platform/bundles/freshcloud-mail/bundle-manifest.json` — bundle
