|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.j2ee.blueprints.mail.ejb.MailHelper
A helper class to create and send mail.
Constructor Summary | |
MailHelper()
|
Method Summary | |
void |
createAndSendMail(EMailMessage eMess)
This method creates an email message and sends it using the J2EE mail services |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public MailHelper()
Method Detail |
public void createAndSendMail(EMailMessage eMess) throws SendMailException
to
- indended recipient of the email messagesubject
- the subject line of the email messagehtmlContents
- contents of the email message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |