property SmtpProvider.prototype.isHealthy
Since 0.1.0

M70c: present only when the transport exposes verify(); its absence is unknown reachability, not false (a minimal injected fake has not told us the server is dead).

Type

() => Promise<boolean>

Usage

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