public class Mail extends AbstractTemplate
AbstractTemplate.TemplateVariantsname, variables| Constructor and Description |
|---|
Mail(String name) |
Mail(String name,
Map<String,Object> variables) |
| Modifier and Type | Method and Description |
|---|---|
Mail |
bcc(String... addresses) |
Mail |
cc(String... addresses) |
Mail |
from(String address) |
io.reactivex.Maybe<io.vertx.reactivex.core.buffer.Buffer> |
renderHtml() |
io.reactivex.Single<io.vertx.reactivex.core.buffer.Buffer> |
renderText() |
io.reactivex.Completable |
send() |
Mail |
set(String name,
Object value) |
Mail |
subject(String subject) |
Mail |
to(String... addresses) |
getName, getVariables, loadVariants, parseMediaType, parseMediaTypepublic Mail(String name)
public Mail set(String name, Object value)
set in class AbstractTemplatepublic io.reactivex.Completable send()
public io.reactivex.Single<io.vertx.reactivex.core.buffer.Buffer> renderText()
public io.reactivex.Maybe<io.vertx.reactivex.core.buffer.Buffer> renderHtml()
Copyright © 2018. All rights reserved.