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

1.0.0

since

1.0.5

Hierarchy

  • MailConfigBase

Index

Constructors

constructor

  • new MailConfigBase(host: string, port: number, ssl: boolean, user: string, password: string): MailConfigBase
  • version

    1.0.0

    since

    1.0.5

    Parameters

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

    Returns MailConfigBase

Properties

Host

Host: string
version

1.0.0

since

1.0.5

Password

Password: string
version

1.0.0

since

1.0.5

Port

Port: number
version

1.0.0

since

1.0.5

SSL

SSL: boolean
version

1.0.0

since

1.0.5

User

User: string
version

1.0.0

since

1.0.5

Methods

Static GetEmailAddressWithName

  • GetEmailAddressWithName(name: string, address: string): string
  • ("Kaven", "kaven@wuwenkai.com") => "Kaven kaven@wuwenkai.com"

    version

    2018-08-18 09:02:18.666

    since

    1.1.5

    Parameters

    • name: string
    • address: string

    Returns string

Static IsEmailAddressValid

  • IsEmailAddressValid(email: string, unicode?: boolean): boolean

Legend

  • Variable
  • Function
  • Function with type parameter
  • Type alias
  • Type alias with type parameter
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Interface
  • Interface with type parameter
  • Enumeration
  • Static method

Generated using TypeDoc