|
|||||||||
| Home >> All >> se >> astrakan >> ecore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
se.astrakan.ecore.util
Class MailHandler

java.lang.Objectse.astrakan.ecore.util.MailHandler
- public class MailHandler
- extends java.lang.Object
This class provides functions to send mails.
| Constructor Summary | |
MailHandler()
|
|
| Method Summary | |
void |
composeMail(java.lang.String from,
java.lang.String to,
java.lang.String subject,
java.lang.String body)
This method composes the mails and delivers it to the destination address. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
MailHandler
public MailHandler()
throws MailException
| Method Detail |
composeMail
public void composeMail(java.lang.String from, java.lang.String to, java.lang.String subject, java.lang.String body) throws javax.mail.SendFailedException, java.lang.Exception
- This method composes the mails and delivers it to the destination address.
Note you have to set the mailHost in the system properties before it will work.
|
|||||||||
| Home >> All >> se >> astrakan >> ecore >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
se.astrakan.ecore.util.MailHandler