com.googlecode.jpattern.service.mail
Class MailSender

java.lang.Object
  extended by com.googlecode.jpattern.service.mail.MailSender
All Implemented Interfaces:
IMailSender, Serializable

public class MailSender
extends Object
implements IMailSender

Version:
$Id$
Author:
Claudio Quaresima - claudio.quaresima@gmail.com - 01/set/09 20:30:57
See Also:
Serialized Form

Constructor Summary
MailSender(IMailConfig aMailConfig)
           
 
Method Summary
 void recipients(MailRecipients aRecipients)
           
 boolean send(TransportMailMessage aMessage)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailSender

public MailSender(IMailConfig aMailConfig)
Method Detail

recipients

public void recipients(MailRecipients aRecipients)
Specified by:
recipients in interface IMailSender

send

public boolean send(TransportMailMessage aMessage)
Specified by:
send in interface IMailSender


Copyright © 2011. All Rights Reserved.