public class MailUtil extends Object
| Constructor and Description |
|---|
MailUtil(javax.servlet.http.HttpServletRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendMessage(String messageText,
String subject,
String from,
String to,
List<String> deliverToArray) |
public void sendMessage(String messageText, String subject, String from, String to, List<String> deliverToArray) throws IOException
IOExceptionCopyright © 2016. All rights reserved.