Uses of Class
org.jgrapes.mail.events.SendMailMessage
Packages that use SendMailMessage
Package
Description
Components for handling mail.
Mail related events.
-
Uses of SendMailMessage in org.jgrapes.mail
Methods in org.jgrapes.mail with parameters of type SendMailMessageModifier and TypeMethodDescriptionvoidMailSender.onMessage(SendMailMessage event, Channel channel) Sends the message as specified by the event.protected voidMailSender.SenderChannel.sendMessage(SendMailMessage event) Send the message provided by the event. -
Uses of SendMailMessage in org.jgrapes.mail.events
Methods in org.jgrapes.mail.events that return SendMailMessageModifier and TypeMethodDescriptionSendMailMessage.addContent(BodyPart part) Adds the part to the content.Sets the bcc addresses.Sets the bcc addresses.Sets the cc addresses.Sets the cc addresses.SendMailMessage.setContent(MimeMultipart content) Sets the content.Sets the from.Sets a header.SendMailMessage.setSubject(String subject) Sets the subject.Sets the to addresses.Sets the to addresses.