com.nurelm.util
Class EmailFormatUtil

java.lang.Object
  extended bycom.nurelm.util.EmailFormatUtil

public class EmailFormatUtil
extends java.lang.Object

Email format util class has methods to Format string Email ocntents


Constructor Summary
EmailFormatUtil()
           
 
Method Summary
static java.lang.String GetFormatedErrorReport(java.lang.String stackTrace, java.lang.String userComments, java.lang.String[] RelevantInformation)
           
static java.lang.String GetFormatedPasswordMailContent(java.lang.String username, java.lang.String password, java.lang.String site)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailFormatUtil

public EmailFormatUtil()
Method Detail

GetFormatedErrorReport

public static java.lang.String GetFormatedErrorReport(java.lang.String stackTrace,
                                                      java.lang.String userComments,
                                                      java.lang.String[] RelevantInformation)

GetFormatedPasswordMailContent

public static java.lang.String GetFormatedPasswordMailContent(java.lang.String username,
                                                              java.lang.String password,
                                                              java.lang.String site)