MCPcopy Create free account
hub / github.com/fontsource/fontsource / setReject

Method setReject

website/worker-configuration.d.ts:6396–6396  ·  view source on GitHub ↗

* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The reject reason. * @returns void

(reason: string)

Source from the content-addressed store, hash-verified

6394 * @returns void
6395 */
6396 setReject(reason: string): void;
6397 /**
6398 * Forward this email message to a verified destination address of the account.
6399 * @param rcptTo Verified destination address.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected