Class msgsend

Demo app that shows how to construct and send an RFC822 (singlepart) message. XXX - allow more than one recipient on the command line

Synopsis

 public class msgsend {
  public msgsend();
  public static void main(java.lang.String[] argv);
  public static void collect(BufferedReader in,
                             Message msg)
    throws MessagingException, IOException;

}

Methods inherited from java.lang.Object: clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait

Inheritance Path. java.lang.Object-> practicaltest.msgsend