Interface | Description |
---|---|
MailService |
smtp mail service for vert.x
this Interface provides the methods to be used by the application program and is used to
generate the service in other languages
|
Class | Description |
---|---|
MailAttachment |
represent a mail attachment that can be used in a MailMessage
|
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 MailService
|
MailServiceVerticle |
event bus verticle that supports sending mails via a MailService instance running on
another machine via the event bus
|
MailServiceVertxEBProxy | |
MailServiceVertxProxyHandler |
Enum | Description |
---|---|
LoginOption |
possible options for a login into a SMTP server
either DISABLED, OPTIONAL or REQUIRED |
StarttlsOption |
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED |
Copyright © 2015. All Rights Reserved.