Interface MailHandlerImplementor
-
- All Superinterfaces:
MailHandler
- All Known Implementing Classes:
MailHandlerImpl
public interface MailHandlerImplementor extends MailHandler
Contains internal methods forMailHandler, which are not intended to be used directly by services.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleansendNow(PendingMail mail, JavaMailSender mailSender)Actually send the e-mail-
Methods inherited from interface org.cyclos.impl.utils.notifications.MailHandler
applyTemplate, getMailSender, getMailSender, send, send
-
-
-
-
Method Detail
-
sendNow
boolean sendNow(PendingMail mail, JavaMailSender mailSender)
Actually send the e-mail- Returns:
- false means the email was not send because an error has occurred otherwise true
-
-