Uses of Class
org.sakaiproject.mailsender.MailsenderException
-
Packages that use MailsenderException Package Description org.sakaiproject.mailsender org.sakaiproject.mailsender.logic -
-
Uses of MailsenderException in org.sakaiproject.mailsender
Methods in org.sakaiproject.mailsender that return MailsenderException Modifier and Type Method Description MailsenderExceptionMailsenderException. addMessage(String code)MailsenderExceptionMailsenderException. addMessage(String code, Object[] value)MailsenderExceptionMailsenderException. addMessage(String code, String value) -
Uses of MailsenderException in org.sakaiproject.mailsender.logic
Methods in org.sakaiproject.mailsender.logic that throw MailsenderException Modifier and Type Method Description 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.
-