Class stmpsend

Demo app that shows how to construct and send an RFC822 (singlepart) message. XXX - allow more than one recipient on the command line This is just a variant of msgsend.java that demonstrates use of some SMTP-specific features.

Synopsis

 public class stmpsend {
  public stmpsend();
  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.stmpsend