Package | Description |
---|---|
io.vertx.ext.mail | |
io.vertx.ext.mail.mailencoder |
Class and Description |
---|
CanonicalizationAlgorithm
Canonicalization Algorithm for DKIM.
|
DKIMSignAlgorithm
Signing Algorithm specified by DKIM spec.
|
DKIMSignOptions
This represents the options used to perform DKIM Signature signing action.
|
LoginOption
possible options for a login into a SMTP server
either DISABLED, OPTIONAL, REQUIRED or XOAUTH2 |
MailAttachment
Represent a mail attachment that can be used in a MailMessage.
|
MailClient
SMTP mail client for Vert.x
|
MailConfig
represents the configuration of a mail service with mail server hostname,
port, security options, login options and login/password
|
MailMessage
represent a mail message that can be sent via the MailClient
|
MailResult
Represent the result of the sendMail operation
|
StartTLSOptions
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED |
Class and Description |
---|
MailConfig
represents the configuration of a mail service with mail server hostname,
port, security options, login options and login/password
|
MailMessage
represent a mail message that can be sent via the MailClient
|
Copyright © 2021 Eclipse. All rights reserved.