Uses of Class
com.avoka.tm.svc.Emailer
-
Uses of Emailer in com.avoka.tm.svc
Modifier and TypeMethodDescriptionEmailer.setAttachmentMap
(Map<String, byte[]> attachmentMap) Set the email file attachments map, keyed on file name.Emailer.setBccAddress
(String bccAddress) Set the BCC send to email address.Emailer.setCcAddress
(String ccAddress) Set the CC send to email address.Emailer.setFormReceiptTemplate
(boolean userFormReceiptTemplate) Set to use the Email Form Receipt templates.Emailer.setFromAddress
(String fromAddress) Set the address to send the email from.Emailer.setMessage
(String message) Set the email message body.Set model data to merge with the space template.Emailer.setReplyToAddress
(String replyToAddress) Set the reply to email address.Emailer.setSavedFormTemplate
(boolean useSavedFormTemplate) Set to use Email Saved Form templates.Emailer.setSpaceTemplate
(boolean useSpaceTemplate) Set to use the Email Space templates.Emailer.setSubject
(String subject) Set the email subject line.Emailer.setToAddress
(String toAddress) Set the address to send the email to.Set the transaction to resolve the email service with.Set the transaction id to resolve the email service with.Emailer.setVerificationTemplate
(boolean useVerificationTemplate) Set to use the Email Verification.