org.kuali.ole.deliver.batch
Class OleMailer
java.lang.Object
org.kuali.rice.core.mail.MailerImpl
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
|
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 |
LOG
protected final org.apache.log4j.Logger LOG
OleMailer
public OleMailer()
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 messageto
- list of addresses to which the message is sentsubject
- subject of the messagebody
- body of the message
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.