Uses of Class
io.mangoo.email.Mail
Packages that use Mail
-
Uses of Mail in io.mangoo.email
Methods in io.mangoo.email that return MailModifier and TypeMethodDescriptionMail.attachment(Path path) Adds a file as attachment to the mailMail.attachments(List<Path> paths) Adds a list of files as attachment to the mailSets one or more BCC addressSets one or more CC addressSets the FROM addressSets the FROM address and nameAdds a header valueMail.htmlMessage(String message) Adds html message text.Mail.htmlMessage(String template, Map<String, Object> content) Adds html message text which uses a given template and content to renderstatic MailMail.newMail()Creates a new mail instanceMail.priority(int priority) Sets the email prioritySets REPLY-TO addressSets message subject with specified encoding to override default platform encoding.Mail.textMessage(String message) Adds plain message textMail.textMessage(String template, Map<String, Object> content) Adds plain message text which uses a given template and content to renderSets one or more TO addressMethods in io.mangoo.email with parameters of type Mail