com.ptc.netmarkets.register
Class RegistrationMail

java.lang.Object
  extended bycom.ptc.netmarkets.register.RegistrationMail

public class RegistrationMail
extends Object


Constructor Summary
RegistrationMail()
           
 
Method Summary
static void main(String[] args)
           
 void sendMessage(String messageBody, String fromAddr, String toAddr, String subject, String stmpHost)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistrationMail

public RegistrationMail()
Method Detail

sendMessage

public void sendMessage(String messageBody,
                        String fromAddr,
                        String toAddr,
                        String subject,
                        String stmpHost)

main

public static void main(String[] args)