@douglasneuroinformatics/libnest
Preparing search index...
index
MailModuleOptions
Type Alias MailModuleOptions
type
MailModuleOptions
=
{
auth
:
{
password
:
string
;
username
:
string
}
;
defaultSendOptions
:
Required
<
Pick
<
SendMailOptions
,
"from"
>
>
;
host
:
string
;
port
:
25
|
465
|
587
;
secure
:
boolean
;
}
Index
Properties
auth
default
Send
Options
host
port
secure
Properties
auth
auth
:
{
password
:
string
;
username
:
string
}
default
Send
Options
defaultSendOptions
:
Required
<
Pick
<
SendMailOptions
,
"from"
>
>
host
host
:
string
port
port
:
25
|
465
|
587
secure
secure
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
auth
default
Send
Options
host
port
secure
@douglasneuroinformatics/libnest
Loading...