| Package | Description |
|---|---|
| net.redpipe.engine.mail |
| Modifier and Type | Field and Description |
|---|---|
Mail |
MockMailer.SentMail.email |
| Modifier and Type | Method and Description |
|---|---|
Mail |
Mail.bcc(String... addresses) |
Mail |
Mail.cc(String... addresses) |
Mail |
Mail.from(String address) |
Mail |
Mail.set(String name,
Object value) |
Mail |
Mail.subject(String subject) |
Mail |
Mail.to(String... addresses) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Completable |
ProdMailer.send(Mail email) |
io.reactivex.Completable |
MockMailer.send(Mail email) |
io.reactivex.Completable |
Mailer.send(Mail email) |
| Constructor and Description |
|---|
SentMail(Mail email,
String text,
String html) |
Copyright © 2018. All rights reserved.