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

Variable Index

 o dis
 o form
 o lina
 o ps
 o rina
 o serverHostName
 o smtpPort
 o socket
 o standalone
 o webmasterEmail

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 sendline(String)
Send a line of data to the server, and retrieve the handshake
 o showStatus(String)
Show status to the user.

Variables

 o webmasterEmail
 java.lang.String webmasterEmail
 o serverHostName
 java.lang.String serverHostName
 o standalone
 boolean standalone
 o smtpPort
 int smtpPort
 o socket
 java.net.Socket socket
 o ps
 java.io.PrintStream ps
 o dis
 java.io.DataInputStream dis
 o rina
 java.net.InetAddress rina
 o lina
 java.net.InetAddress lina
 o form
 net.Form form

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 sendline
 void sendline(java.lang.String data) throws java.io.IOException
Send a line of data to the server, and retrieve the handshake

 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