Emailer |
Emailer.setAttachmentMap(java.util.Map<java.lang.String,byte[]> attachmentMap) |
Set the email file attachments map, keyed on file name.
|
Emailer |
Emailer.setBccAddress(java.lang.String bccAddress) |
Set the BCC send to email address.
|
Emailer |
Emailer.setCcAddress(java.lang.String ccAddress) |
Set the CC send to email address.
|
Emailer |
Emailer.setFormReceiptTemplate(boolean userFormReceiptTemplate) |
Set to use the Email Form Receipt templates.
|
Emailer |
Emailer.setFromAddress(java.lang.String fromAddress) |
Set the address to send the email from.
|
Emailer |
Emailer.setMessage(java.lang.String message) |
Set the email message body.
|
Emailer |
Emailer.setReplyToAddress(java.lang.String replyToAddress) |
Set the reply to email address.
|
Emailer |
Emailer.setSavedFormTemplate(boolean useSavedFormTemplate) |
Set to use Email Saved Form templates.
|
Emailer |
Emailer.setSubject(java.lang.String subject) |
Set the email subject line.
|
Emailer |
Emailer.setToAddress(java.lang.String toAddress) |
Set the address to send the email to.
|
Emailer |
Emailer.setTxn(Txn txn) |
Set the transaction to resolve the email service with.
|
Emailer |
Emailer.setTxnId(java.lang.Long txnId) |
Set the transaction id to resolve the email service with.
|