Class mail
java.lang.Object
|
+----mail
- public 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.
Copyright © 1997 Original Reusable Objects, Inc.
All rights reserved.
-
mail(String, String)
-
mail
public mail(String recipient,
String filename)