Options
All
  • Public
  • Public/Protected
  • All
Menu
description

The main service of the EmailNotifier module.

since

v0.3.2

Hierarchy

  • EmailNotifier

Implements

Index

Constructors

  • new EmailNotifier(configService: ConfigService<Record<string, unknown>, false>, mailerService: MailerService): EmailNotifier

Properties

enableMailer: boolean

Methods

  • sendInternal(emailDetails: ISendMailOptions): Promise<any>
  • sendPublic(emailDetails: ISendMailOptions): Promise<any>

Generated using TypeDoc