Trading Assistant API Documentation - v0.1.0
Preparing search index...
components/02-widgets/11_ApplicationSettings/settings.types
EmailSettings
Interface EmailSettings
interface
EmailSettings
{
smtpServer
:
string
;
smtpPort
:
number
;
smtpSecure
:
boolean
;
fromEmail
:
string
;
fromName
:
string
;
username
?:
string
;
password
?:
string
;
testEmailSent
?:
boolean
;
}
Index
Properties
smtp
Server
smtp
Port
smtp
Secure
from
Email
from
Name
username?
password?
test
Email
Sent?
Properties
smtp
Server
smtpServer
:
string
smtp
Port
smtpPort
:
number
smtp
Secure
smtpSecure
:
boolean
from
Email
fromEmail
:
string
from
Name
fromName
:
string
Optional
username
username
?:
string
Optional
password
password
?:
string
Optional
test
Email
Sent
testEmailSent
?:
boolean
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
smtp
Server
smtp
Port
smtp
Secure
from
Email
from
Name
username
password
test
Email
Sent
Trading Assistant API Documentation - v0.1.0
Loading...