Package | Description |
---|---|
com.atlassian.bitbucket.mail | |
com.atlassian.bitbucket.user |
Modifier and Type | Class and Description |
---|---|
class |
MailAddressInvalidException
Indicates an error occurred sending an email because one or more of the email addresses was rejected by the mail
server.
|
class |
MailAuthenticationException
Indicates there is an authentication issue talking to the configured mail server.
|
class |
MailQueueFullException
Indicates the backing mail queue is full and the mail message cannot be accepted
Regarding logging of instances of this exception, see
MailException . |
class |
MailSendException
Indicates an error occurred sending an email.
|
class |
MailSizeExceededException
Indicates there was an attempt to send a mail message that exceeds the configured size limit.
|
class |
NoMailHostConfigurationException
Indicates the Mail server is not configured and mail cannot be sent.
|
Modifier and Type | Method and Description |
---|---|
void |
UserAdminService.createUserWithGeneratedPassword(String username,
String displayName,
String emailAddress)
Creates a new user with a randomly-generated password.
|
void |
UserAdminService.requestPasswordReset(String username)
Generates a unique token which can be used to perform a
password reset
for the specified user and e-mails it to the address associated with their account. |
Copyright © 2019 Atlassian. All rights reserved.