com.dalsemi.nethack
Class mailTo

java.lang.Object
  |
  +--com.dalsemi.nethack.mailTo

public class mailTo
extends java.lang.Object

Class to construct and deliver mail messages using the SMTP protocol.


Constructor Summary
mailTo(java.lang.String Recipient)
          Constructs a new mailTo object addressed to the parameter Recipient.
 
Method Summary
 void connect()
          Not yet implemented
 java.io.OutputStream getOutputStream()
          Start Mail Message and get output stream to socket
 
Methods inherited from class java.lang.Object
equals, hashCode, toString
 

Constructor Detail

mailTo

public mailTo(java.lang.String Recipient)
Constructs a new mailTo object addressed to the parameter Recipient. Multiple recipients should be separated by commas.
Parameters:
Recipient - recipient or recipients to send the message to
Method Detail

connect

public void connect()
             throws java.io.IOException
Not yet implemented
Throws:
java.io.IOException -  

getOutputStream

public java.io.OutputStream getOutputStream()
                                     throws java.io.IOException
Start Mail Message and get output stream to socket
Returns:
OutputStream to socket
Throws:
java.io.IOException -