Package hec.lang

Class Email

java.lang.Object
hec.lang.Email

public class Email extends Object
  • Constructor Details

    • Email

      public Email(String emailServer)
  • Method Details

    • setDebug

      public void setDebug(boolean debug)
    • setConfirm

      public void setConfirm(boolean confirm)
    • setTo

      public void setTo(String toName)
    • setFrom

      public void setFrom(String fromName)
    • setSubject

      public void setSubject(String subject)
    • setMessage

      public void setMessage(String message)
    • setTimeOut

      public void setTimeOut(int timeOutSeconds)
    • sendMailCommand

      public void sendMailCommand(String command, String responseCode) throws IOException
      Throws:
      IOException
    • sendMail

      public void sendMail(String toName) throws IOException
      Throws:
      IOException
    • wait

      public static void wait(int millisecs)
    • sendMail

      public void sendMail(String[] emailNameList) throws IOException
      Throws:
      IOException
    • sendMail

      public void sendMail() throws IOException
      Throws:
      IOException