Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract wrapper for a transport system like for example smtp

Hierarchy

Index

Methods

Methods

Abstract send

  • send(subject: string, message: string): Promise<string>
  • Send message with subject. A message can be a mail or something completly different. Depending on what Transport is implemented

    Parameters

    • subject: string
    • message: string

    Returns Promise<string>

Generated using TypeDoc