org.outerj.daisy.emailer
Interface Emailer


public interface Emailer

An emailing service.


Method Summary
 void send(java.lang.String to, java.lang.String subject, java.lang.String messageText)
          Sends an email.
 

Method Detail

send

void send(java.lang.String to,
          java.lang.String subject,
          java.lang.String messageText)
          throws org.outerj.daisy.repository.RepositoryException
Sends an email. In case for some reason sending the email fails, then the implementation of this service should take care of that (ie retry after certain time, log it, notify an admin, ...), rather then throwing an exception.

Throws:
org.outerj.daisy.repository.RepositoryException


Copyright © -2012 . All Rights Reserved.