Uses of Class
com.atlassian.crowd.manager.mail.MailSendException
Packages that use MailSendException
Package
Description
-
Uses of MailSendException in com.atlassian.crowd.emailchange
Methods in com.atlassian.crowd.emailchange that throw MailSendExceptionModifier and TypeMethodDescriptionvoidEmailChangeManager.resendEmail(String username, long directoryId) Resends an e-mail with a new token for a user in crowd app that has a pending e-mail verification.voidEmailChangeManager.sendEmailAuthorization(String username, String password, long directoryId, String newEmail) Starts e-mail change flow for a user in crowd app, by sending two e-mails. -
Uses of MailSendException in com.atlassian.crowd.manager.login
Methods in com.atlassian.crowd.manager.login that throw MailSendExceptionModifier and TypeMethodDescriptionvoidForgottenLoginManager.sendResetLink(long directoryId, String username, int tokenExpirySeconds) Sends a reset link to the user with specified username and directory ID.voidForgottenLoginManager.sendResetLink(com.atlassian.crowd.model.application.Application application, String username, int tokenExpirySeconds) Sends a reset link to the first user with the matchingusernamefrom all the active directories assigned to the application. -
Uses of MailSendException in com.atlassian.crowd.manager.mail
Methods in com.atlassian.crowd.manager.mail that throw MailSendExceptionModifier and TypeMethodDescriptionvoidMailManager.sendEmail(EmailMessage messageToSend) Sends a single email using the configured mail serverCollection<? extends EmailMessage> MailManager.sendEmails(Collection<? extends EmailMessage> messagesToSend) Sends multiple emails using the configured mail server.MailManager.sendTestMail(com.atlassian.crowd.util.mail.SMTPServer smtpServer, jakarta.mail.internet.InternetAddress emailAddress) Send a test email using the supplied mail server (remote host / JNDI)