|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MgnlMailHandler
The interface to implement for sending emails with Magnolia. Date: Mar 30, 2006 Time: 1:06:23 PM
SimpleMailHandler
,
ThreadedMailHandler
Method Summary | |
---|---|
void |
prepareAndSendMail(MgnlEmail email)
Prepare the email (format it) and send it. |
void |
sendMail(MgnlEmail email)
Send the email as is, without touching it. |
Method Detail |
---|
void prepareAndSendMail(MgnlEmail email) throws Exception
email
- the email to send
Exception
- if failsvoid sendMail(MgnlEmail email) throws Exception
email
- the email to send
Exception
- if fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |