Interface IMailSender

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    MailSender

    public interface IMailSender
    extends java.lang.AutoCloseable
    • Method Detail

      • send

        void send​(IMail mail)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • close

        void close()
            throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Throws:
        java.io.IOException