Package | Description |
---|---|
com.mchange.net |
Modifier and Type | Class and Description |
---|---|
class |
SmtpException |
Modifier and Type | Method and Description |
---|---|
void |
SmtpMailSender.sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body) |
void |
MailSender.sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body)
cc and bcc may be null.
|
void |
SmtpMailSender.sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body,
String enc) |
void |
MailSender.sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body,
String encoding)
cc and bcc may be null.
|
Copyright © 2017 com.mchange. All rights reserved.