Options
All
  • Public
  • Public/Protected
  • All
Menu
version

1.0.0

since

1.0.5

Hierarchy

  • MailConfigBase
    • MailConfig

Index

Constructors

  • new MailConfig(host: string, port: number, ssl: boolean, user: string, password: string): MailConfig
  • Parameters

    • host: string
    • port: number
    • ssl: boolean
    • user: string
    • password: string

    Returns MailConfig

Properties

Host: string
Password: string
Port: number
SSL: boolean
User: string

Methods

  • CreateTransport(): Transporter<any>
  • create reusable transporter object using the default SMTP transport

    version

    1.0.0

    since

    1.0.5

    Returns Transporter<any>

  • Verify(): Promise<boolean>
  • version

    1.0.0

    version

    2018-08-17

    since

    1.0.5

    Returns Promise<boolean>

Generated using TypeDoc