|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MailManager
| Method Summary | |
|---|---|
void |
sendEmail(javax.mail.internet.InternetAddress emailAddress,
java.lang.String subject,
java.lang.String body)
Sends an email using the configured mail server (remote host / JNDI). |
| Method Detail |
|---|
void sendEmail(javax.mail.internet.InternetAddress emailAddress,
java.lang.String subject,
java.lang.String body)
throws MailSendException
emailAddress - address of recipient.subject - subject header.
Will be appended with the configured mail subject prefix in the final email.body - email body text.
MailSendException - an error occured sending the email.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||