RequiredMailData

interface RequiredMailData {
    from: string;
    subject: string;
    to: string;
}

Properties

Properties

from: string

sender email address

subject: string

subject of the email

to: string

receiver email address

Generated using TypeDoc