public class UserController.ResetEmailEmailer extends ContactableEmailer
dayStamp, hourStamp, minuteStamp, sandbox, template, templateUrl, user, weekStamp
Constructor and Description |
---|
ResetEmailEmailer(T user,
String resetToken,
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, updateContext
public ResetEmailEmailer(T user, String resetToken, String returnUrl)
public boolean isTransactional()
ContactableEmailer
isTransactional
in class ContactableEmailer
public String getTemplate()
ContactableEmailer
getTemplate
in class ContactableEmailer
public String getSubject()
ContactableEmailer
getSubject
in class ContactableEmailer
public String getUniqueKey()
ContactableEmailer
getUniqueKey
in class ContactableEmailer
Copyright © 2016. All rights reserved.