All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class net.SendMail

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----net.SendMail

public class SendMail
extends java.applet.Applet

Constructor Index

 o SendMail()

Method Index

 o init()
Initialize the applet.
 o main(String[])
Main routine, for standalone program execution
 o send()
Send an e-mail message.
 o showStatus(String)
Show status to the user.

Constructors

 o SendMail
 public SendMail()

Methods

 o init
 public void init()
Initialize the applet.

Overrides:
init in class java.applet.Applet
 o showStatus
 public void showStatus(java.lang.String s)
Show status to the user.

Overrides:
showStatus in class java.applet.Applet
 o send
 public void send() throws java.io.IOException, java.lang.Exception
Send an e-mail message.

 o main
 public static void main(java.lang.String args[])
Main routine, for standalone program execution


All Packages  Class Hierarchy  This Package  Previous  Next  Index