Emailer |
Emailer.setAttachmentMap(Map<String,byte[]> attachmentMap) |
Set the email file attachments map, keyed on file name.
|
Emailer |
Emailer.setBccAddress(String bccAddress) |
Set the BCC send to email address.
|
Emailer |
Emailer.setCcAddress(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(String fromAddress) |
Set the address to send the email from.
|
Emailer |
Emailer.setMessage(String message) |
Set the email message body.
|
Emailer |
Emailer.setModel(Map<String,Object> model) |
Set model data to merge with the space template.
|
Emailer |
Emailer.setReplyToAddress(String replyToAddress) |
Set the reply to email address.
|
Emailer |
Emailer.setSavedFormTemplate(boolean useSavedFormTemplate) |
Set to use Email Saved Form templates.
|
Emailer |
Emailer.setSpaceTemplate(boolean useSpaceTemplate) |
Set to use the Email Space templates.
|
Emailer |
Emailer.setSubject(String subject) |
Set the email subject line.
|
Emailer |
Emailer.setToAddress(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(Long txnId) |
Set the transaction id to resolve the email service with.
|
Emailer |
Emailer.setVerificationTemplate(boolean useVerificationTemplate) |
Set to use the Email Verification.
|