02/28/2005
 

com.epicentric.components
Class SMTPComponent

java.lang.Object
  |
  +--com.epicentric.components.SMTPComponent

Deprecated. As of 4.0, to be removed in 8.0 or later. Instead, use the javax.mail package.

public class SMTPComponent
extends Object


Constructor Summary
SMTPComponent()
          Deprecated.  
SMTPComponent(String host)
          Deprecated.  
 
Method Summary
 void sendMessage(String to, String from, String subject, String body)
          Deprecated.  
 void sendMessage(String to, String from, String headers, String subject, String body)
          Deprecated.  
 void setSMTPServer(String host)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SMTPComponent

public SMTPComponent()
Deprecated. 

SMTPComponent

public SMTPComponent(String host)
Deprecated. 
Method Detail

setSMTPServer

public void setSMTPServer(String host)
Deprecated. 

sendMessage

public void sendMessage(String to,
                        String from,
                        String subject,
                        String body)
Deprecated. 

sendMessage

public void sendMessage(String to,
                        String from,
                        String headers,
                        String subject,
                        String body)
Deprecated. 

02/28/2005
 

Copyright and Trademark Notices