public interface ISubmitActionEmailHandler
setSubmitActionEmailHandler()
Modifier and Type | Method and Description |
---|---|
void |
handleEmail(String toAddress,
File tmpFile,
String extension)
Deprecated.
Use handleEmail(String toAddress, File tmpFile, String extension, String subject, String body) instead.
|
void |
handleEmail(String toAddress,
File tmpFile,
String extension,
String subject,
String body)
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)void handleEmail(String toAddress, File tmpFile, String extension, String subject, String body)
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)subject
- the subject line of the emailbody
- the body of the email