Documentation
Preparing search index...
utils/email/sendEmail
export=
Class export=
Index
Constructors
constructor
Properties
transporter
Methods
send
Email
send
Email
With
Attachment
Constructors
constructor
new
"export="
()
:
export=
Returns
export=
Properties
transporter
transporter
:
any
Methods
send
Email
sendEmail
(
recipient
:
any
,
subject
:
any
,
htmlContent
:
any
)
:
Promise
<
void
>
Parameters
recipient
:
any
subject
:
any
htmlContent
:
any
Returns
Promise
<
void
>
send
Email
With
Attachment
sendEmailWithAttachment
(
recipient
:
any
,
subject
:
any
,
htmlContent
:
any
,
attachment
:
any
,
)
:
Promise
<
void
>
Parameters
recipient
:
any
subject
:
any
htmlContent
:
any
attachment
:
any
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
transporter
Methods
send
Email
send
Email
With
Attachment
Documentation
Loading...