public class UserController.VerifyEmailEmailer extends ContactableEmailer
dayStamp, hourStamp, minuteStamp, sandbox, template, templateUrl, user, weekStamp| Constructor and Description |
|---|
VerifyEmailEmailer(T user,
Map<String,Object> context) |
VerifyEmailEmailer(T user,
String token,
String returnUrl) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSubject()
Your email subject.
|
String |
getTemplate()
The path to the jinja template.
|
String |
getUniqueKey()
This is used to prevent accidentally sending duplicate emails, by default the
uniqueKey is built from the subject, the contact id, the current week, and the email type.
|
boolean |
isTransactional()
Return true if this is an email that opt-out should not apply to.
|
checkDefaultOptOut, checkOptOut, getCc, getContext, getEmailType, getFromAddress, getReplyTo, getSandbox, hasSeenKey, markSeenKey, onPrepareContext, onPreSend, prepareContext, put, sendEmail, setSandbox, shouldLog, updateContextpublic VerifyEmailEmailer(T user, Map<String,Object> context)
public VerifyEmailEmailer(T user, String token, String returnUrl)
public boolean isTransactional()
ContactableEmailerisTransactional in class ContactableEmailerpublic String getTemplate()
ContactableEmailergetTemplate in class ContactableEmailerpublic String getSubject()
ContactableEmailergetSubject in class ContactableEmailerpublic String getUniqueKey()
ContactableEmailergetUniqueKey in class ContactableEmailerCopyright © 2016. All rights reserved.