public class SignupEmailBuilder extends Object
Constructor and Description |
---|
SignupEmailBuilder(I18NBeanFactory i18nBeanFactory) |
Modifier and Type | Method and Description |
---|---|
PreRenderedMailNotificationQueueItem |
buildFrom(String token,
com.atlassian.user.User user)
Builds a signup verification email for the given (new) user.
|
public SignupEmailBuilder(I18NBeanFactory i18nBeanFactory)
public PreRenderedMailNotificationQueueItem buildFrom(String token, com.atlassian.user.User user)
token
- the unique token for this verification attempt.user
- the new user.Copyright © 2003–2017 Atlassian. All rights reserved.