# mail-app-smtp-bridge — Recipe Book (placeholder)

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

**Description:** App-layer SMTP bridge adapter. Compatibility shim wrapping the new SmtpClient to the old Smtp interface

---

## What this module is

- PHP app module, MIT-licensed
- PSR-4 autoloaded as `FreshCloud\Mail\Smtp\`
- Code lives in `src/Smtp/`
- Tests in `tests/Smtp/` (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
