Interface WebEmailConfig.ConfigurableJavaMailSender

  • All Superinterfaces:
    org.springframework.mail.javamail.JavaMailSender, org.springframework.mail.MailSender
    All Known Implementing Classes:
    WebEmailConfig.ConfigurableJavaMailSenderImpl
    Enclosing class:
    WebEmailConfig

    public static interface WebEmailConfig.ConfigurableJavaMailSender
    extends org.springframework.mail.javamail.JavaMailSender
    An extension of JavaMailSender that allows checking to see if it's configured.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.Boolean isConfigured()
      Check to see if the mail server has been configured correctly.
      • Methods inherited from interface org.springframework.mail.javamail.JavaMailSender

        createMimeMessage, createMimeMessage, send, send, send, send
      • Methods inherited from interface org.springframework.mail.MailSender

        send, send
    • Method Detail

      • isConfigured

        java.lang.Boolean isConfigured()
        Check to see if the mail server has been configured correctly.
        Returns:
        Boolean.TRUE if configured, Boolean.FALSE if unconfigured.