public class AddressEmailer extends ContactableEmailer
dayStamp, hourStamp, minuteStamp, sandbox, templateUrl, user, weekStamp| Constructor and Description |
|---|
AddressEmailer(String emailAddress,
String template,
String subject) |
AddressEmailer(String emailAddress,
String template,
String subject,
Map<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubject()
Your email subject.
|
String |
getTemplate()
The path to the jinja template.
|
boolean |
isTransactional()
Return true if this is an email that opt-out should not apply to.
|
checkDefaultOptOut, checkOptOut, getCc, getContext, getEmailType, getFromAddress, getReplyTo, getSandbox, getUniqueKey, hasSeenKey, markSeenKey, onPrepareContext, onPreSend, prepareContext, put, sendEmail, setSandbox, shouldLog, updateContextpublic AddressEmailer(String emailAddress, String template, String subject)
public boolean isTransactional()
ContactableEmailerisTransactional in class ContactableEmailerpublic String getTemplate()
ContactableEmailergetTemplate in class ContactableEmailerpublic String getSubject()
ContactableEmailergetSubject in class ContactableEmailerCopyright © 2016. All rights reserved.