Interface EmailSenderArgs

Hierarchy

  • EmailSenderArgs

Properties

emailConfig: {
    auth: {
        pass: string;
        user: string;
    };
    host: string;
    port: number;
}

Type declaration

  • auth: {
        pass: string;
        user: string;
    }
    • pass: string
    • user: string
  • host: string
  • port: number
senderName?: string