Interface MailHandlerImplementor

  • All Superinterfaces:
    MailHandler
    All Known Implementing Classes:
    MailHandlerImpl

    public interface MailHandlerImplementor
    extends MailHandler
    Contains internal methods for MailHandler, which are not intended to be used directly by services.
    • 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