Last updated January 06, 2010 22:27, by shannon
= SMTP Transport =
The only Transport (for sending mail) provided with JavaMail uses the
SMTP protocol.
The primary documentation for the SMTP Transport is in the javadocs for the
[ http://java.sun.com/products/javamail/javadocs/com/sun/mail/smtp/package-summary.html com.sun.mail.smtp package ].
Be sure to read the package level javadocs, which describe the properties
you can set, as well as the javadocs for the individual classes in the package.
This page is currently a placeholder for more information about the
SMTP Transport.





