| Package | Description | 
|---|---|
| io.vertx.ext.mail | 
| Modifier and Type | Method and Description | 
|---|---|
StartTLSOptions | 
MailConfig.getStarttls()
get security (TLS) options 
 | 
static StartTLSOptions | 
StartTLSOptions.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static StartTLSOptions[] | 
StartTLSOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MailConfig | 
MailConfig.setStarttls(StartTLSOptions starttls)
Set the tls security mode for the connection. 
 | 
| Constructor and Description | 
|---|
MailConfig(String hostname,
          int port,
          StartTLSOptions starttls,
          LoginOption login)
construct a config object with hostname/port and security and login options 
 | 
Copyright © 2023 Eclipse. All rights reserved.