public class EmailServiceImpl extends Object implements EmailService
Constructor and Description |
---|
EmailServiceImpl() |
Modifier and Type | Method and Description |
---|---|
Long |
sendEmail(MessageDelivery messageDelivery,
String recipientEmailAddress,
String emailFormat)
First constructs the appropriately formatted mail message then sends it off.
|
void |
setDefaultSender(String defaultSender)
Sets the default sender address to use if no valid producer email address
was specified in the message
|
void |
setMailer(Mailer mailer) |
void |
setWeburl(String weburl)
Sets the weburl attribute value (injected from Spring).
|
public EmailServiceImpl()
public void setWeburl(String weburl)
weburl
- public void setDefaultSender(String defaultSender)
defaultSender
- the default sender address to use if no valid producer email address was specified in the messagepublic Long sendEmail(MessageDelivery messageDelivery, String recipientEmailAddress, String emailFormat) throws Exception
sendEmail
in interface EmailService
Exception
org.kuali.rice.kcb.service.EmailService#sendNotificationEmail(org.kuali.rice.kcb.bo.MessageDelivery, java.lang.String, java.lang.String)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.