Package ome.services.mail
General mail services.
Background action handlers are also available
which wait for message events
to be raised and possibly act on them.
-
Class Summary Class Description FailedLoginMailSender On anLoginAttemptMessage
potentially send an email to administrators or the user herself to alert of possible security issues.MailSender Basic bean with setter injection that can be used as a base class for other senders.MailUtil Methods for dealing with the preparation of JavaMail MIME messages.MapAnnotationSubethaListener BasicSimpleMessageListener
which stores all received emails asMapAnnotation
instances belong to root with the namespaceMapAnnotationSubethaListener.NAMESPACE
.ObjectMailSender When anEventLogMessage
of the specified type and kind is received, an email is sent to all users which are returned by a given query.ServerDownMailSender Send an email to all members of the system group when the server is shutting down.ServerUpMailSender Announces to all members of the system group that the server has come up.SubethaSMTP Simple server bean which can be started on Spring context creation and shutdown when the application is editing.