public interface IEmailHandler extends ISubmitActionEmailHandler
Modifier and Type | Method and Description |
---|---|
void |
handleEmail(String to,
String cc,
String bcc,
String subject,
String message)
Handle sending email.
|
handleEmail, handleEmail
void handleEmail(String to, String cc, String bcc, String subject, String message)
to
- The semicolon-delimited list of recipients for the message.cc
- The semicolon-delimited list of CC recipients for the message.bcc
- The semicolon-delimited list of BCC recipients for the message.subject
- The subject of the message.message
- The contents of the message.