Package net.sf.hajavamail

Interface Summary
Sender Interface used by sender strategies to perform actual sending of message.
SenderStrategy To configure a specific sender strategy use the SENDER_STRATEGY session property.
 

Class Summary
GroupingSenderStrategy Sender strategy implementation that groups the target addresses before sending.
HostGroupingSenderStrategy Grouping sender strategy implementation that groups target addresses by host.
SimpleSenderStrategy A simple pass-through sender strategy implementation.
TransportProxy