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

1.0.0

since

1.0.5

Hierarchy

  • MailOption

Index

Constructors

Properties

Constructors

constructor

  • new MailOption(from: string, to: string, subject?: string, text?: string, html?: string): MailOption
  • version

    1.0.0

    since

    1.0.5

    Parameters

    • from: string
    • to: string
    • Optional subject: string
    • Optional text: string
    • Optional html: string

    Returns MailOption

Properties

From

From: string
version

1.0.0

since

1.0.5

Optional HTML

HTML: string
version

1.0.0

since

1.0.5

Optional Subject

Subject: string
version

1.0.0

since

1.0.5

Optional Text

Text: string
version

1.0.0

since

1.0.5

To

To: string
version

1.0.0

since

1.0.5

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

Generated using TypeDoc