|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.util.GrouperEmail
public class GrouperEmail
use this chaining utility to send email
Constructor Summary | |
---|---|
GrouperEmail()
|
Method Summary | |
---|---|
static void |
main(String[] args)
try an email |
void |
send()
send the email |
GrouperEmail |
setBody(String theBody)
set the body |
GrouperEmail |
setFrom(String theFrom)
set the from address |
GrouperEmail |
setSubject(String theSubject)
set subject |
GrouperEmail |
setTo(String theToAddress)
set the to address |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GrouperEmail()
Method Detail |
---|
public GrouperEmail setTo(String theToAddress)
theToAddress
-
public GrouperEmail setSubject(String theSubject)
theSubject
-
public GrouperEmail setBody(String theBody)
theBody
-
public GrouperEmail setFrom(String theFrom)
theFrom
-
public static void main(String[] args)
args
- public void send()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |