Uses of Class
org.jgrapes.mail.events.SendMailMessage
Package
Description
Components for handling mail.
Mail related events.
-
Uses of SendMailMessage in org.jgrapes.mail
Modifier and TypeMethodDescriptionvoid
MailSender.onMessage
(SendMailMessage event, Channel channel) Sends the message as specified by the event.protected void
MailSender.SenderChannel.sendMessage
(SendMailMessage event) Send the message provided by the event. -
Uses of SendMailMessage in org.jgrapes.mail.events
Modifier 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.