Search
Preparing search index...
The search index is not available
sealious
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
SmtpMailer
Class SmtpMailer
Hierarchy
Mailer
SmtpMailer
Index
Constructors
constructor
Properties
app
mail_
config
transport
Methods
init
send
send
Email
verify
Object literals
default_
config
Constructors
constructor
new
Smtp
Mailer
(
app
:
App
)
:
SmtpMailer
Parameters
app:
App
Returns
SmtpMailer
Properties
app
app
:
App
mail_
config
mail_
config
:
{
from_address
:
string
;
from_name
:
string
}
Type declaration
from_
address
:
string
from_
name
:
string
transport
transport
:
nodemailer.Transporter
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
:
{
attachments
:
any
[]
;
from_name
:
string
;
html
:
string
;
subject
:
string
;
text
:
string
;
to
:
string
}
)
:
Promise
<
any
>
Parameters
__namedParameters:
{
attachments
:
any
[]
;
from_name
:
string
;
html
:
string
;
subject
:
string
;
text
:
string
;
to
:
string
}
attachments
:
any
[]
from_
name
:
string
html
:
string
subject
:
string
text
:
string
to
:
string
Returns
Promise
<
any
>
verify
verify
(
)
:
Promise
<
true
>
Returns
Promise
<
true
>
Object literals
Static
default_
config
default_
config
:
object
host
host
:
null
= null
password
password
:
null
= null
port
port
:
null
= null
user
user
:
null
= null
Globals
Smtp
Mailer
constructor
app
mail_
config
transport
init
send
send
Email
verify
default_
config
Generated using
TypeDoc