public class OleMailer extends org.kuali.rice.core.mail.MailerImpl
| Modifier and Type | Field and Description | 
|---|---|
| protected org.apache.log4j.Logger | LOG | 
| Constructor and Description | 
|---|
| OleMailer() | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| void | SendEMail(String toAddress,
                  String fromAddress,
                  List fileNameList,
                  String subject,
                  String messageBody) | 
protected final org.apache.log4j.Logger LOG
public OleMailer()
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)
sendEmail in interface org.kuali.rice.core.api.mail.MailersendEmail in class org.kuali.rice.core.mail.MailerImplfrom - sender of the messageto - list of addresses to which the message is sentsubject - subject of the messagebody - body of the messageCopyright © 2004–2015 The Kuali Foundation. All rights reserved.