public interface ISubmitActionEmailHandler
setSubmitActionEmailHandler()
Modifier and Type | Method and Description |
---|---|
void |
handleEmail(String toAddress,
File tmpFile,
String extension)
Handle sending an email when a SubmitFormAction Email Button is pressed
|
void handleEmail(String toAddress, File tmpFile, String extension)
toAddress
- the address to send the form information totmpFile
- the file with the form informationextension
- the extension of the file to be attached (PDF, XFDF, FDF, HTML)