Class MailerDaemon
java.lang.Object
org.deltava.mail.MailerDaemon
- All Implemented Interfaces:
Runnable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Collection
<PushEndpoint> Returns any invalid push endpoints.static void
push
(NotificationEnvelope<?> env) Queues an SMTP message for mailing by the daemon.void
run()
toString()
-
Constructor Details
-
MailerDaemon
public MailerDaemon()
-
-
Method Details
-
push
Queues an SMTP message for mailing by the daemon.- Parameters:
env
- the SMTP envelope
-
getInvalidEndpoints
Returns any invalid push endpoints.- Returns:
- a Collection of PushEndpoints
-
run
-
toString
-