swingx
Version 2005-08-19

org.jdesktop.swingx.util
Interface MailTransportProxy


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.

Version:
1.0

Method Summary
 void mailMessage(List<String> toAddr, List<String> ccAddr, String subject, String body, List<String> attach)
          Compose and send message
 

Method Detail

mailMessage

void mailMessage(List<String> toAddr,
                 List<String> ccAddr,
                 String subject,
                 String body,
                 List<String> attach)
                 throws Error
Compose and send message

Parameters:
toAddr - List of addresses to whom to send this mesage
ccAddr - List of addresses to whom to carbon-copy this message
subject - Message subject
body - Message main text
attach - Pathis to files that needs to be send in attachment with this message
Throws:
Error

swingx
Version 2005-08-19