Uses of Class
com.atlassian.crowd.manager.mail.MailSendException

Packages that use MailSendException
com.atlassian.crowd.manager.login.util   
com.atlassian.crowd.manager.mail   
 

Uses of MailSendException in com.atlassian.crowd.manager.login.util
 

Methods in com.atlassian.crowd.manager.login.util that throw MailSendException
 void ForgottenLoginMailer.mailResetPasswordLink(User user, java.lang.String resetLink)
          Mails the reset password link to the user.
 void ForgottenLoginMailer.mailUsernames(User user, java.util.List<java.lang.String> usernames)
          Mails the list of usernames to the user.
 

Uses of MailSendException in com.atlassian.crowd.manager.mail
 

Methods in com.atlassian.crowd.manager.mail that throw MailSendException
 void MailManagerImpl.sendEmail(javax.mail.internet.InternetAddress emailAddress, java.lang.String subject, java.lang.String body)
           
 void MailManager.sendEmail(javax.mail.internet.InternetAddress emailAddress, java.lang.String subject, java.lang.String body)
          Sends an email using the configured mail server (remote host / JNDI).
 



Copyright © 2012 Atlassian. All Rights Reserved.