Interface | Description |
---|---|
MailSender |
Component for sending mails.
|
MimeMessageSender |
Send a mime message.
|
Class | Description |
---|---|
CatchAllSmtpMimeMessageSender |
SMTP based MimeMessageSender which replaces the recipients with a configurable (catch-all) email
address before sending the message.
|
FileSystemMimeMessageSender |
MimeMessageSender which stores the message on the filesystem in a sub-directory of Communote's
data directory.
|
MailMessageHelper |
Helper class for mail messages
|
MailSenderImpl | |
MessageIdPreservingMimeMessage |
MimeMessage implementation that does not override the Message-ID header.
|
MimeMessageSenderFactory |
Factory which evaluates the development properties and creates a suitable MimeMessageSender.
|
SmtpMimeMessageSender |
MimeMessageSender which uses SMTP to send the message.
|
VelocityMimeMessagePreparator |
Preparator which interprets the content and subject templates of a MailMessage as Velocity
templates.
|
Exception | Description |
---|---|
InvalidRecipientMailAddressException |
Thrown when an email address of a recipient is not valid.
|
MailingException |
Thrown to indicate that there was a problem while sending or trying to send an email.
|
Copyright © 2019 Communote team. All rights reserved.