MCPcopy Create free account
hub / github.com/fmhy/edit / forward

Method forward

api/worker-configuration.d.ts:13433–13433  ·  view source on GitHub ↗

* Forward this email message to a verified destination address of the account. * @param rcptTo Verified destination address. * @param headers A [Headers object](https://developer.mozilla.org/en-US/docs/Web/API/Headers). * @returns A promise that resolves when the email message is forwarded.

(rcptTo: string, headers?: Headers)

Source from the content-addressed store, hash-verified

13431 * @returns A promise that resolves when the email message is forwarded.
13432 */
13433 forward(rcptTo: string, headers?: Headers): Promise<EmailSendResult>
13434 /**
13435 * Reply to the sender of this email message with a new EmailMessage object.
13436 * @param message The reply message.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected