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
-
SendMail()
-
-
init()
- Initialize the applet.
-
main(String[])
- Main routine, for standalone program execution
-
send()
- Send an e-mail message.
-
showStatus(String)
- Show status to the user.
SendMail
public SendMail()
init
public void init()
- Initialize the applet.
- Overrides:
- init in class java.applet.Applet
showStatus
public void showStatus(java.lang.String s)
- Show status to the user.
- Overrides:
- showStatus in class java.applet.Applet
send
public void send() throws java.io.IOException, java.lang.Exception
- Send an e-mail message.
main
public static void main(java.lang.String args[])
- Main routine, for standalone program execution
All Packages Class Hierarchy This Package Previous Next Index