apollo.Email
Class SMTPOutbound

java.lang.Object
  |
  +--apollo.Email.SMTPOutbound

public class SMTPOutbound
extends java.lang.Object


Field Summary
 int DEFAULTPORT
           
 java.lang.String SMTPSERVER
           
 
Constructor Summary
SMTPOutbound(ManagerTracker MT, EmailMessage message)
           
 
Method Summary
 void deliver()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULTPORT

public final int DEFAULTPORT

SMTPSERVER

public final java.lang.String SMTPSERVER
Constructor Detail

SMTPOutbound

public SMTPOutbound(ManagerTracker MT,
                    EmailMessage message)
             throws java.net.UnknownHostException
Method Detail

deliver

public void deliver()
             throws MailException,
                    java.net.UnknownHostException,
                    java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception