CAE
No email is sent automatically. To send emails for specific user actions or events, listeners are defined and can be implemented.
State change of a
CommunityUserCommunityUserServiceListener#onStateChanged
Registration requested
RegistrationServiceListener#onRegistrationRequestedorRegistrationServiceListenerBase#onRegistrationRequested, if not all methods ofRegistrationServiceListenerneed to be implemented.
A
CommunityUserrequested to reset his passwordRegistrationServiceListener#onPasswordResetRequestedorRegistrationServiceListenerBase#onPasswordResetRequested, if not all methods ofRegistrationServiceListenerneed to be implemented.
State change of a
Commentor of aReviewCommentServiceListener#onStateChanged
Studio
For the following use cases, an email is sent automatically. The MailTemplates must be
provided.
User Blocked: The
CommunityUser#Statechanges toCommunityUser.State.BLOCKED.User Restored: The
CommunityUserhas a changed profile and the moderator resets the profile to the last values. The email is only sent for a user who has not the stateCommunityUser.State.ANONYMIZED,CommunityUser.State.IGNOREDorCommunityUser.State.BLOCKED.User Deleted: The
CommunityUseris deleted.Comment rejected: A comment of the
CommunityUseris rejected. The email is only sent for a user who has not the stateCommunityUser.State.ANONYMIZED,CommunityUser.State.IGNOREDorCommunityUser.State.BLOCKED.User Profile Changed: A property of the
CommunityUserchanged. The email is only sent for a user who has not the stateCommunityUser.State.ANONYMIZED,CommunityUser.State.IGNOREDorCommunityUser.State.BLOCKED.
For the following use case, an email is sent, if the corresponding listener is implemented and the mail template is provided:
Resend Registration Confirmation: The moderator clicks on the "resend registration confirmation" link in the user details section. The email is only sent for a user who has the state
CommunityUser.State.REGISTRATION_REQUESTEDand if the listenerRegistrationServiceListener#onRegistrationRequestedis implemented.User Activated: The email is sent when using premoderation and when a newly registered and activated user is actually approved. The listener
CommunityUserServiceListener#onStateChangedmust be implemented.







