registry This class demonstrates how to query the registry for available Providers, set default providers, etc. See section 5.2 in the JavaMail 1.0 Spec for details on how to use the registry. See the comments inline for what's happening. @author Max Spivak
org.jboss.net.axis.transport.mailto.AbstractMailTransportService <dl> <dt><b>Title: </b><dd>Abstract Mail Transport Service</dd> <p> <dt><b>Description: </b><dd>Both the client and server side email transport services are based off of this class. </dd> <p> </dl> @author <a HR ...
org.springframework.mail.javamail.JavaMailSenderImpl Production implementation of the JavaMailSender interface. Supports both JavaMail MimeMessages and Spring SimpleMailMessages. Can also be used as plain MailSender implementation. <p>Allows for defining all settings locally as bean properties. Alternatively, a pre-configured JavaMail Session ...