Interface MailTransport


  • public interface MailTransport
    • Method Detail

      • getFrom

        javax.mail.Address getFrom()
                            throws javax.mail.internet.AddressException
        Throws:
        javax.mail.internet.AddressException
      • send

        void send​(javax.mail.internet.MimeMessage msg)
           throws Exception
        Throws:
        Exception
      • getConnectInfo

        String getConnectInfo()