public class UserNotInClientMailMessage extends MailMessage
ACTIVATION_LINK_PREFIX| Constructor and Description |
|---|
UserNotInClientMailMessage(String senderEmailAddress) |
UserNotInClientMailMessage(String senderEmailAddress,
Locale locale) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareModel(Map<String,Object> model)
Does nothing.
|
addBcc, 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 UserNotInClientMailMessage(String senderEmailAddress)
senderEmailAddress - email address of the sender who is not a user of the clientpublic void prepareModel(Map<String,Object> model)
prepareModel in class MailMessagemodel - The model to prepare. It will be initialized with the settings returned by
MailMessage.getGlobalModel().Copyright © 2019 Communote team. All rights reserved.