Uses of Class
bb.net.Emailer

Packages that use Emailer
bb.net Provides classes and interfaces for network operations. 
bb.util.logging Provides classes which augment the JDK logging framework
 

Uses of Emailer in bb.net
 

Fields in bb.net declared as Emailer
private  Emailer Emailer.UnitTest.emailer
           
 

Methods in bb.net that return Emailer
static Emailer Emailer.make(File file)
          Returns make( new Properties2(file) ).
static Emailer Emailer.make(Properties2 properties)
          Inspects the value of the "mail.transport.protocol" key in properties (which must be defined), and then returns the result of calling the appropriate makeXXX method (e.g.
static Emailer Emailer.makeForSmtpSsl(Properties2 properties)
          Creates a new instance that is configured to use SMTP with SSL.
 

Uses of Emailer in bb.util.logging
 

Fields in bb.util.logging declared as Emailer
private  Emailer HandlerEmail.EmailSender.emailer