EmailChannel.prototype.isHealthy(): Promise<boolean | undefined>
Reports the mail transport's reachability by asking the injected
IMailer, which is the only channel in this package whose transport
offers a side-effect-free probe.
isHealthy is optional on IMailer, so an injected mailer that does not
implement it — an application's own stub, or a MailService over a
provider with no probe — yields undefined rather than a guess.