public interface MailClient
| Modifier and Type | Method and Description |
|---|---|
boolean |
sendHtml(String to,
String subject,
String content) |
boolean |
sendText(String to,
String subject,
String content) |
Copyright © 2014–2018. All rights reserved.