Uses of Class
org.sakaiproject.mailsender.AttachmentException
-
Packages that use AttachmentException Package Description org.sakaiproject.mailsender.logic -
-
Uses of AttachmentException in org.sakaiproject.mailsender.logic
Methods in org.sakaiproject.mailsender.logic that throw AttachmentException 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.
-