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, updateContext
public AddressEmailer(String emailAddress, String template, String subject)
public boolean isTransactional()
ContactableEmailer
isTransactional
in class ContactableEmailer
public String getTemplate()
ContactableEmailer
getTemplate
in class ContactableEmailer
public String getSubject()
ContactableEmailer
getSubject
in class ContactableEmailer
Copyright © 2016. All rights reserved.