Uses of Class
org.eclipse.angus.mail.smtp.SMTPTransport
-
Packages that use SMTPTransport Package Description org.eclipse.angus.mail.smtp An SMTP protocol provider for the Jakarta Mail API that provides access to an SMTP server. -
-
Uses of SMTPTransport in org.eclipse.angus.mail.smtp
Subclasses of SMTPTransport in org.eclipse.angus.mail.smtp Modifier and Type Class Description classSMTPSSLTransportThis class implements the Transport abstract class using SMTP over SSL for message submission and transport.Constructors in org.eclipse.angus.mail.smtp with parameters of type SMTPTransport Constructor Description SMTPSaslAuthenticator(SMTPTransport pr, java.lang.String name, java.util.Properties props, MailLogger logger, java.lang.String host)
-