net.christopherschultz.mail
Class Mailer

java.lang.Object
  extended by net.christopherschultz.mail.Mailer

public class Mailer
extends Object

A command-line driver to send email messages using the MailMessage class. Run with "--help" for usage information.

Version:
1.0a 2009-09-17
Author:
Chris Schultz

Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception