The subset of the AWS SESv2 SDK the adapter uses.
SESv2Client: new (config: Record<string, unknown>) => { send(command: unknown): Promise<unknown>; }
SendEmailCommand: new (input: Record<string, unknown>) => unknown
The subset of the AWS SESv2 SDK the adapter uses.
SESv2Client: new (config: Record<string, unknown>) => { send(command: unknown): Promise<unknown>; }
SendEmailCommand: new (input: Record<string, unknown>) => unknown
import { type SesSdkModule } from "mail-plugin/src/index.ts";