vibe-auth v0.5.6 (2019-04-22T18:49:37Z)
Dub
Repo
SMTPConfig
vibeauth
mail
base
Undocumented in source.
struct
SMTPConfig {
@
optional
string
authType
;
@
optional
string
connectionType
;
@
optional
string
tlsValidationMode
;
@
optional
string
tlsVersion
;
@
optional
string
host
;
@
optional
ushort
port
;
@
optional
string
localname
;
@
optional
string
password
;
@
optional
string
username
;
}
Members
Variables
authType
string
authType
;
Undocumented in source.
connectionType
string
connectionType
;
Undocumented in source.
host
string
host
;
Undocumented in source.
localname
string
localname
;
Undocumented in source.
password
string
password
;
Undocumented in source.
port
ushort
port
;
Undocumented in source.
tlsValidationMode
string
tlsValidationMode
;
Undocumented in source.
tlsVersion
string
tlsVersion
;
Undocumented in source.
username
string
username
;
Undocumented in source.
Meta
Source
See Implementation
vibeauth
mail
base
classes
MailQueue
MailQueueMock
interfaces
IMailQueue
IMailSender
structs
EmailConfiguration
MailTemplate
Message
SMTPConfig