vibe-auth ~master (2021-04-03T14:11:14Z)
Dub
Repo
ISMTPConfig
vibeauth
mail
base
Undocumented in source.
interface
ISMTPConfig {
string
authType
();
string
connectionType
();
string
tlsValidationMode
();
string
tlsVersion
();
string
host
();
ushort
port
();
string
localname
();
string
password
();
string
username
();
string
from
();
}
Members
Functions
authType
string
authType
()
Undocumented in source.
connectionType
string
connectionType
()
Undocumented in source.
from
string
from
()
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
TestSMTPConfig
interfaces
IMailQueue
IMailSender
ISMTPConfig
structs
EmailConfiguration
MailTemplate
Message