public class ConfirmEmailAddressMessage extends SecurityCodeMailMessage
ACTIVATION_LINK_PREFIX| Constructor and Description |
|---|
ConfirmEmailAddressMessage(User recipient,
EmailSecurityCode code)
Construct a new mail message for confirming an email address
|
| Modifier and Type | Method and Description |
|---|---|
void |
prepareModel(Map<String,Object> model)
Does nothing.
|
getLinkParamAction, getLinkParamCode, getLinkPrefix, getSecurityCodeConfirmationLink, getSecurityCodeConfirmationLinkaddBcc, addCc, addTo, addTo, addTo, getBcc, getCc, getContentTemplate, getContentTemplateId, getFromAddress, getFromAddressName, getGlobalModel, getLocale, getMessageIdentifier, getReplyToAddress, getReplyToAddressName, getSubjectTemplate, getSubjectTemplateId, getTo, getToAddresses, getToAddressPersonalName, isHtmlMail, isInsertRecipientPersonalName, setFromAddress, setFromAddressName, setInsertRecipientPersonalNamepublic ConfirmEmailAddressMessage(User recipient, EmailSecurityCode code)
recipient - The user who should confirm the new email addresscode - The security code containing the new email addresschangedThroughAdmin - whether the address was changed by an administrator and not the user himself.public void prepareModel(Map<String,Object> model)
SecurityCodeMailMessageprepareModel in class SecurityCodeMailMessagemodel - The model to prepare. It will be initialized with the settings returned by
MailMessage.getGlobalModel().Copyright © 2019 Communote team. All rights reserved.