Interface TriggerMailer

interface TriggerMailer {
    content: string;
    emails: string[];
}

Properties

Properties

content: string

Contents of the email to send

emails: string[]

List of email addresses to mail to