Uses of Class
org.sakaiproject.mailsender.MailsenderException

Packages that use MailsenderException
org.sakaiproject.mailsender   
org.sakaiproject.mailsender.logic   
 

Uses of MailsenderException in org.sakaiproject.mailsender
 

Methods in org.sakaiproject.mailsender that return MailsenderException
 MailsenderException MailsenderException.addMessage(String code)
           
 MailsenderException MailsenderException.addMessage(String code, Object[] value)
           
 MailsenderException MailsenderException.addMessage(String code, String value)
           
 

Uses of MailsenderException in org.sakaiproject.mailsender.logic
 

Methods in org.sakaiproject.mailsender.logic that throw MailsenderException
 List<String> ExternalLogic.sendEmail(ConfigEntry config, String fromEmail, String fromName, Map<String,String> to, String subject, String content, List<org.sakaiproject.email.api.Attachment> attachments)
          Send email to a list of users.
 



Copyright © 2007-2013 Sakai Project. All Rights Reserved.