public class UserAddedNotificationMailer extends Object
| Constructor and Description |
|---|
UserAddedNotificationMailer(MailManager mailManager,
MailTemplateRenderer mailTemplateRenderer,
EmailMessageFactory emailMessageFactory,
I18nHelper i18nHelper,
PropertyManager propertyManager,
ForgottenLoginManager forgottenLoginManager) |
| Modifier and Type | Method and Description |
|---|---|
void |
sendUserAddedNotification(User user)
Sends a notification to a new Crowd user.
|
public UserAddedNotificationMailer(MailManager mailManager, MailTemplateRenderer mailTemplateRenderer, EmailMessageFactory emailMessageFactory, I18nHelper i18nHelper, PropertyManager propertyManager, ForgottenLoginManager forgottenLoginManager)
public void sendUserAddedNotification(User user) throws InvalidEmailAddressException, MailSendException
user - the user to be notified. must not be nullInvalidEmailAddressException - if the email address of the user is not validMailSendException - if there was an error while sending the email messageCopyright © 2023 Atlassian. All rights reserved.