Package com.oroinc.net.smtp


package com.oroinc.net.smtp
  • Class
    Description
    A class used to represent forward and reverse relay paths.
    This class is used to construct a bare minimum acceptable header for an email message.
    SMTP provides the basic the functionality necessary to implement your own SMTP client.
    SMTPClient encapsulates all the functionality necessary to send files through an SMTP server.
    SMTPCommand stores a set of constants for SMTP command codes.
    SMTPConnectionClosedException is used to indicate the premature or unexpected closing of an SMTP connection resulting from a SMTPReply.SERVICE_NOT_AVAILABLE response (SMTP reply code 421) to a failed SMTP command.
    SMTPReply stores a set of constants for SMTP reply codes.