Interface EmailOptions

Configuration for outbound transactional email.

interface EmailOptions {
    name?: string;
    senderEmail: string;
}

Properties

Properties

name?: string

Display name for the sender.

senderEmail: string

Sender email address.

Generated using TypeDoc