Package org.apache.commons.net.smtp


package org.apache.commons.net.smtp
SMTP and SMTPS mail
  • Class
    Description
    An SMTP Client class with authentication support (RFC4954).
    The enumeration of currently-supported authentication methods.
    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.
    SMTP over SSL processing.