@truenas/api-client
GitHub
Preparing search index...
v27_0_0
MailSendMessage
Interface MailSendMessage
interface
MailSendMessage
{
attachments
?:
boolean
;
cc
?:
string
[]
;
extra_headers
?:
{
[
k
:
string
]:
unknown
}
;
html
?:
string
|
null
;
queue
?:
boolean
;
subject
:
string
;
text
?:
string
;
timeout
?:
number
;
to
?:
string
[]
;
}
Index
Properties
attachments?
cc?
extra_
headers?
html?
queue?
subject
text?
timeout?
to?
Properties
Optional
attachments
attachments
?:
boolean
Optional
cc
cc
?:
string
[]
Optional
extra_
headers
extra_headers
?:
{
[
k
:
string
]:
unknown
}
Optional
html
html
?:
string
|
null
Optional
queue
queue
?:
boolean
subject
subject
:
string
Optional
text
text
?:
string
Optional
timeout
timeout
?:
number
Optional
to
to
?:
string
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
attachments
cc
extra_
headers
html
queue
subject
text
timeout
to
GitHub
@truenas/api-client
Loading...