Tsarr Documentation - v2.11.0
Preparing search index...
index
Seerr
NotificationEmailSettings
Type Alias NotificationEmailSettings
type
NotificationEmailSettings
=
{
enabled
?:
boolean
;
types
?:
number
;
options
?:
{
emailFrom
?:
string
;
senderName
?:
string
;
smtpHost
?:
string
;
smtpPort
?:
number
;
secure
?:
boolean
;
ignoreTls
?:
boolean
;
requireTls
?:
boolean
;
authUser
?:
string
|
null
;
authPass
?:
string
|
null
;
allowSelfSigned
?:
boolean
;
}
;
}
Index
Properties
enabled?
types?
options?
Properties
Optional
enabled
enabled
?:
boolean
Optional
types
types
?:
number
Optional
options
options
?:
{
emailFrom
?:
string
;
senderName
?:
string
;
smtpHost
?:
string
;
smtpPort
?:
number
;
secure
?:
boolean
;
ignoreTls
?:
boolean
;
requireTls
?:
boolean
;
authUser
?:
string
|
null
;
authPass
?:
string
|
null
;
allowSelfSigned
?:
boolean
;
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
enabled
types
options
Tsarr Documentation - v2.11.0
Loading...