| Modifier and Type | Method and Description | 
|---|---|
void | 
MailSenderImpl.send(MailMessage message)  | 
void | 
MailSender.send(MailMessage message)
Send the given message. 
 | 
boolean | 
MailSenderImpl.testSettings(Map<ApplicationPropertyMailing,String> settings,
            MailMessage testMessage)  | 
boolean | 
MailSender.testSettings(Map<ApplicationPropertyMailing,String> settings,
            MailMessage testMessage)
Test the given mail-out configuration and send a test message. 
 | 
| Constructor and Description | 
|---|
VelocityMimeMessagePreparator(MailMessage mailMessage,
                             org.apache.velocity.app.VelocityEngine velocityEngine)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ForgottenPWMailMessage
Mail to send to users who forgot their password. 
 | 
class  | 
GenericMailMessage
General purpose mail message. 
 | 
class  | 
SecurityCodeMailMessage
Mail which contains a link with a SecurityCode to confirm some action. 
 | 
class  | 
TextMailMessage
Mail message, which allows to set the subject and content of the mail directly. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
BlogNameIdMissingInSubjectMailMessage
A mail message to inform a user about a missing topic name-identifier/alias inside the subject. 
 | 
class  | 
BlogsNotFoundMailMessage
Mail message to be sent when email based posting failed because of not found blogs. 
 | 
class  | 
ContentProcessingErrorMailMessage
Mail Message to be sent in case of content processing errors during mail based posting. 
 | 
class  | 
DirectMessageMissingRecipientMailMessage
A mail message displaying the error message shown when reply to a direct message do not contains
 correct recipients. 
 | 
class  | 
GenericErrorMailMessage
A mail message containing the error message which describes the problem that occurred while
 creating a note from the email. 
 | 
class  | 
NoWriteAccessToBlogMailMessage
Mail message to be sent when posting failed because of missing write access to a blog. 
 | 
class  | 
UserNotInClientMailMessage
Mail message to be sent when email based posting failed because of the sender not being a member
 of the addressed client. 
 | 
class  | 
WarningMailMessage
Mail message to be sent after posting via email when not all specified users could be informed
 about the new post or crossposting failed and is treated as warning. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivateUserMailMessage
Mail Message on user account activation. 
 | 
class  | 
ConfirmEmailAddressMessage
Mail to validate an email address. 
 | 
class  | 
ConfirmUserMailMessage
Mail message for confirming a user 
 | 
class  | 
InviteUserToBlogMailMessage
Mail Message to invite user to a blog. 
 | 
class  | 
InviteUserToBlogWithExternalAuthMailMessage
A Mail Message to invite user to a blog with existing external authentication like ldap. 
 | 
class  | 
InviteUserToClientMailMessage
Mail to invite a new user 
 | 
class  | 
InviteUserToClientWithExternalAuthMailMessage
Mail to invite a user from an external user repository 
 | 
class  | 
ManagerSecurityWarnMailMessage
general mail-message for security manager warnings 
 | 
class  | 
NoteLimitReachedMailMessage
Mail message for notifying the client managers that the limit of allowed posts is almost reached
 or already has been reached 
 | 
class  | 
NotifyAboutCRCSizeLimitReachedMailMessage
Mail message for notifying the client managers that the available space of the content repository
 which stores the attachments is low or has been consumed. 
 | 
class  | 
NotifyAboutNoteMailMessage
Notification message for notifying about created/modified note. 
 | 
class  | 
NotifyUserCountLimitReachedMailMessage
Mail message for notifying the client manager that the limit of active user accounts is almost
 reached or has been reached. 
 | 
class  | 
RemindUserLoginMailMessage
Mail message to remind a user that he was activated but hasn't logged in yet. 
 | 
class  | 
RemindUserRegistrationMailMessage
Remind user mail message for email confirmation. 
 | 
class  | 
UserLockedMailMessage
Represents a user locked mail 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ActivateUserForManagerMailMessage
Mail Message which will be send to the client managers if a user got activated. 
 | 
class  | 
NewUserConfirmedForManagerMessage
If a new user confirmed his/her account and needs activation this email will be send to client. 
 | 
Copyright © 2019 Communote team. All rights reserved.