method ISesClient.isHealthy
Since 0.1.0
ISesClient.isHealthy(): Promise<boolean>

M70c: reports whether the SES account is reachable — the real adapter issues GetAccount. Optional so a minimal injected fake still type-checks; a client that omits it is unknown, not false.

Return Type

Promise<boolean>

true when the account is reachable

Usage

import { type ISesClient } from "mail-plugin/src/index.ts";