Class SignupEmailBuilder
java.lang.Object
com.atlassian.confluence.user.notifications.SignupEmailBuilder
Builds rendered MailQueueItems for a newly signed up user.
- Since:
- 5.3
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBuilds a signup verification email for the given (new) user.
-
Constructor Details
-
SignupEmailBuilder
-
-
Method Details
-
buildFrom
Builds a signup verification email for the given (new) user.- Parameters:
token
- the unique token for this verification attempt.user
- the new user.- Returns:
- the rendered email.
-