# @platform-modules/mail

## 0.1.0

### Minor Changes

- 0170476: add `mail/capture` (`makeCaptureAdapter({ store: RecordStore<CapturedMail> })` — records sends verbatim to a pluggable store; D1 never enters mail) + `mail/testing` (`makeFakeMailAdapter` = capture over an in-memory record-store; assert via `.store.list()`). `@platform-modules/record-store` is an OPTIONAL peer (`peerDependenciesMeta.optional`) — a resend-only adopter never installs it

## 0.0.1

### Patch Changes

- d72b1ba: Initial publish — first versioned release.
