public abstract class Email extends Object
| Constructor and Description |
|---|
Email() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
send(String email,
String subject,
String body) |
abstract void |
sendError(String subject,
String body) |
Copyright © 2017. All rights reserved.