org.kuali.ole.deliver.batch
Class OleMailer

java.lang.Object
  extended by org.kuali.rice.core.mail.MailerImpl
      extended by org.kuali.ole.deliver.batch.OleMailer
All Implemented Interfaces:
org.kuali.rice.core.api.mail.Mailer

public class OleMailer
extends org.kuali.rice.core.mail.MailerImpl

Created with IntelliJ IDEA. User: maheswarang Date: 4/23/13 Time: 6:47 PM To change this template use File | Settings | File Templates.


Field Summary
protected  org.apache.log4j.Logger LOG
           
 
Constructor Summary
OleMailer()
           
 
Method Summary
 void sendEmail(org.kuali.rice.core.api.mail.EmailFrom from, org.kuali.rice.core.api.mail.EmailTo to, org.kuali.rice.core.api.mail.EmailSubject subject, org.kuali.rice.core.api.mail.EmailBody body, boolean htmlMessage)
          Send an email to a single recipient with the specified subject and message.
 
Methods inherited from class org.kuali.rice.core.mail.MailerImpl
prepareHtmlMessage, sendEmail, sendEmail, sendMessage, setMailSender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

protected final org.apache.log4j.Logger LOG
Constructor Detail

OleMailer

public OleMailer()
Method Detail

sendEmail

public void sendEmail(org.kuali.rice.core.api.mail.EmailFrom from,
                      org.kuali.rice.core.api.mail.EmailTo to,
                      org.kuali.rice.core.api.mail.EmailSubject subject,
                      org.kuali.rice.core.api.mail.EmailBody body,
                      boolean htmlMessage)
Send an email to a single recipient with the specified subject and message. This is a convenience method for simple message addressing.

Specified by:
sendEmail in interface org.kuali.rice.core.api.mail.Mailer
Overrides:
sendEmail in class org.kuali.rice.core.mail.MailerImpl
Parameters:
from - sender of the message
to - list of addresses to which the message is sent
subject - subject of the message
body - body of the message


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.