|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MailTransportProxy
This is a proxy interface to allow usage of the JDIC mail transport for error logging without adding dependensies on the JDIC itaelf.
Method Summary | |
---|---|
void |
mailMessage(List<String> toAddr,
List<String> ccAddr,
String subject,
String body,
List<String> attach)
Compose and send message |
Method Detail |
---|
void mailMessage(List<String> toAddr, List<String> ccAddr, String subject, String body, List<String> attach) throws Error
toAddr
- List of addresses to whom to send this mesageccAddr
- List of addresses to whom to carbon-copy this messagesubject
- Message subjectbody
- Message main textattach
- Pathis to files that needs to be send in attachment with this message
Error
|
swingx Version 2005-08-19 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |