public class SMTPClient extends Object
Constructor and Description |
---|
SMTPClient() |
Modifier and Type | Method and Description |
---|---|
boolean |
sendMail(String host,
int port,
String user,
String pass,
String sender,
Object[] recipients,
String body) |