| Package | Description |
|---|---|
| io.vertx.ext.mail | |
| io.vertx.rxjava.ext.mail |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MailService |
| Modifier and Type | Class and Description |
|---|---|
class |
MailServiceVertxEBProxy |
| Modifier and Type | Method and Description |
|---|---|
static MailClient |
MailClient.create(Vertx vertx,
MailConfig config)
create an instance of MailClient that is running in the local JVM
|
MailClient |
MailClient.sendMail(MailMessage email,
Handler<AsyncResult<MailResult>> resultHandler)
send a single mail via MailClient
|
| Modifier and Type | Method and Description |
|---|---|
static MailClient |
MailClient.newInstance(MailClient arg) |
| Constructor and Description |
|---|
MailClient(MailClient delegate) |
Copyright © 2015. All Rights Reserved.