Interface SenderParam

Hierarchy

  • SenderParam

Properties

body: string
format: "plain" | "html"
reply?: string

The email message ID of the email to reply to.

subject: string

The subject of the email.

sys: {
    email: string;
    name: string;
}

Type declaration

  • email: string

    The email address of the system.

  • name: string

    The name of the system.

to: string[]

Generated using TypeDoc