org.dasein.net
Class Email

java.lang.Object
  extended by org.dasein.net.Email

public class Email
extends Object


Field Summary
static int SMTP
           
 
Constructor Summary
Email(String to, String from, String nom, String sub, String cnt)
           
 
Method Summary
 void send(String svr)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SMTP

public static final int SMTP
See Also:
Constant Field Values
Constructor Detail

Email

public Email(String to,
             String from,
             String nom,
             String sub,
             String cnt)
Method Detail

send

public void send(String svr)
          throws IOException
Throws:
IOException