public class Mailer extends Object
| Constructor and Description |
|---|
Mailer() |
Mailer(String host,
Integer port,
String protocol) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendMail(String sender,
String recipient,
String subject,
String msgBody,
String username,
String password) |
Copyright © 2020. All rights reserved.