Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
LoggerMailer
Class LoggerMailer
Hierarchy
Mailer
LoggerMailer
Index
Constructors
constructor
Properties
app
Methods
init
send
send
Email
verify
Constructors
constructor
new
Logger
Mailer
(
app
:
App
)
:
LoggerMailer
Parameters
app:
App
Returns
LoggerMailer
Properties
app
app
:
App
Methods
init
init
(
)
:
Promise
<
void
>
Returns
Promise
<
void
>
send
send
(
message_data
:
MessageData
)
:
Promise
<
void
>
Parameters
message_data:
MessageData
Returns
Promise
<
void
>
send
Email
send
Email
(
__namedParameters
:
{
subject
:
string
;
text
:
string
;
to
:
string
}
)
:
Promise
<
void
>
Parameters
__namedParameters:
{
subject
:
string
;
text
:
string
;
to
:
string
}
subject
:
string
text
:
string
to
:
string
Returns
Promise
<
void
>
verify
verify
(
)
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
Globals
Logger
Mailer
constructor
app
init
send
send
Email
verify
Generated using
TypeDoc