com.oakgrovesystems.util
Class HTMLMail

java.lang.Object
  |
  +--com.oakgrovesystems.util.HTMLMail

public class HTMLMail
extends java.lang.Object


Constructor Summary
HTMLMail()
           
 
Method Summary
protected static void handleException(javax.mail.MessagingException mex)
           
static void sendmail(javax.mail.internet.InternetAddress to, javax.mail.internet.InternetAddress from, java.lang.String subject, java.lang.String msgText, java.lang.String host)
           
static void sendmail(java.lang.String to, java.lang.String from, java.lang.String subject, java.lang.String msgText, java.lang.String host)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HTMLMail

public HTMLMail()
Method Detail

sendmail

public static void sendmail(javax.mail.internet.InternetAddress to,
                            javax.mail.internet.InternetAddress from,
                            java.lang.String subject,
                            java.lang.String msgText,
                            java.lang.String host)

sendmail

public static void sendmail(java.lang.String to,
                            java.lang.String from,
                            java.lang.String subject,
                            java.lang.String msgText,
                            java.lang.String host)

handleException

protected static void handleException(javax.mail.MessagingException mex)


Copyright (c) 1999-2004 Oak Grove Systems. All Rights Reserved.