Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EmailServiceOptions

Hierarchy

Index

Properties

Optional connectionUrl

connectionUrl: string

The SMTP connection URL.

Optional debug

debug: boolean

E-mails will be sent to console whenever the connectionUrl is not available if debug is "true".

Optional from

from: string

The default sender for the emails sent by the service.

Optional template

template: object

The template engine options, if enabled

Type declaration

  • Optional defaultTemplate?: string
  • enabled: boolean
  • Optional engine?: string
  • Optional root?: string

Optional transporter

transporter: nodemailer.Transporter

The Nodemailer transporter to be used as the sender engine.

Optional verbose

verbose: boolean

Enables full logging for service initialization and error handling.

Generated using TypeDoc