MCPcopy
hub / github.com/dubinc/dub / ResendEmailOptions

Interface ResendEmailOptions

packages/email/src/resend/types.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { CreateEmailOptions } from "resend";
2
3export interface ResendEmailOptions
4 extends Omit<CreateEmailOptions, "to" | "from"> {
5 to: string;
6 from?: string;
7 variant?: "primary" | "notifications" | "marketing";
8 unsubscribeUrl?: string; // Custom unsubscribe URL for List-Unsubscribe header
9}
10
11export type ResendBulkEmailOptions = ResendEmailOptions[];
12

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…