Class SignupEmailBuilder
- java.lang.Object
-
- com.atlassian.confluence.user.notifications.SignupEmailBuilder
-
public class SignupEmailBuilder extends Object
Builds rendered MailQueueItems for a newly signed up user.- Since:
- 5.3
-
-
Constructor Summary
Constructors Constructor Description SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PreRenderedMailNotificationQueueItem
buildFrom(String token, com.atlassian.user.User user)
Builds a signup verification email for the given (new) user.
-
-
-
Constructor Detail
-
SignupEmailBuilder
public SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
-
-
Method Detail
-
buildFrom
public PreRenderedMailNotificationQueueItem buildFrom(String token, com.atlassian.user.User user)
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.
-
-