public interface MailSender
Modifier and Type | Method and Description |
---|---|
void |
sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body)
cc and bcc may be null.
|
void |
sendMail(String from,
String[] to,
String[] cc,
String[] bcc,
String subject,
String body,
String encoding)
cc and bcc may be null.
|
void sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body, String encoding) throws IOException, ProtocolException, UnsupportedEncodingException
void sendMail(String from, String[] to, String[] cc, String[] bcc, String subject, String body) throws IOException, ProtocolException
IOException
ProtocolException
Copyright © 2018 com.mchange. All rights reserved.