com.googlecode.jpattern.service.mail
Class MailSender
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MailSender
public MailSender(IMailConfig aMailConfig)
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.