ninja.postoffice
Interface Postoffice

All Known Implementing Classes:
PostofficeCommonsmailImpl, PostofficeMockImpl

public interface Postoffice

Simply takes a Mail and sends it. Can be used for instance with the implementation that uses Apache CommonsMail. Or the Mockmailer. Or your own implementation.

Author:
rbauer

Method Summary
 void send(Mail mail)
           
 

Method Detail

send

void send(Mail mail)
          throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.