Package hec.lang
Class Email
java.lang.Object
hec.lang.Email
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendMail()
void
void
void
sendMailCommand
(String command, String responseCode) void
setConfirm
(boolean confirm) void
setDebug
(boolean debug) void
void
setMessage
(String message) void
setSubject
(String subject) void
setTimeOut
(int timeOutSeconds) void
static void
wait
(int millisecs)
-
Constructor Details
-
Email
-
-
Method Details
-
setDebug
public void setDebug(boolean debug) -
setConfirm
public void setConfirm(boolean confirm) -
setTo
-
setFrom
-
setSubject
-
setMessage
-
setTimeOut
public void setTimeOut(int timeOutSeconds) -
sendMailCommand
- Throws:
IOException
-
sendMail
- Throws:
IOException
-
wait
public static void wait(int millisecs) -
sendMail
- Throws:
IOException
-
sendMail
- Throws:
IOException
-