email
/
zakadabar.lib.email
/
MailSettings
common
Mail
Settings
class
MailSettings
(host:
String
, port:
Int
, username:
String
?, password:
String
?, protocol:
String
, auth:
Boolean
, tls:
Boolean
, debug:
Boolean
)
Content copied to clipboard
Functions
Properties
Functions
schema
Link copied to clipboard
common
open fun
schema
():
<ERROR CLASS>
Content copied to clipboard
Properties
auth
Link copied to clipboard
common
var
auth
:
Boolean
= false
Content copied to clipboard
debug
Link copied to clipboard
common
var
debug
:
Boolean
= false
Content copied to clipboard
host
Link copied to clipboard
common
var
host
:
String
Content copied to clipboard
password
Link copied to clipboard
common
var
password
:
String
?
Content copied to clipboard
port
Link copied to clipboard
common
var
port
:
Int
= 0
Content copied to clipboard
protocol
Link copied to clipboard
common
var
protocol
:
String
Content copied to clipboard
tls
Link copied to clipboard
common
var
tls
:
Boolean
= false
Content copied to clipboard
username
Link copied to clipboard
common
var
username
:
String
?
Content copied to clipboard