Hierarchy

  • EmailTemplate

Methods

  • Resolve replaces the placeholder parameters in the current email template and returns its components as ready-to-use strings.

    Parameters

    • appName: string
    • appUrl: string
    • token: string

    Returns [string, string, string]

  • Validate makes EmailTemplate validatable by implementing [validation.Validatable] interface.

    Returns void

Properties

actionUrl: string
body: string
hidden: boolean
subject: string

Generated using TypeDoc