net.sf.hajavamail
Interface Sender


public interface Sender

Interface used by sender strategies to perform actual sending of message.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Paul Ferraro

Method Summary
 void send(Message message, Address[] addresses)
          Sends the specified message to the specified addresses.
 

Method Detail

send

void send(Message message,
          Address[] addresses)
          throws MessagingException
Sends the specified message to the specified addresses.

Parameters:
message - a JavaMail message
addresses - addresses to which to send this message
Throws:
MessagingException - if message cannot be sent.