examples
Class mail

java.lang.Object
  extended byexamples.mail

public final class mail
extends Object

This is an example program using the SMTP package to send a message to the specified recipients. It prompts you for header information and a filename containing the message.


Constructor Summary
mail()
           
 
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
 

Constructor Detail

mail

public mail()
Method Detail

main

public static final void main(String[] args)


Copyright © 1997-2004 The Apache Software Foundation. All Rights Reserved.