@Service public class EmailServiceImpl extends Object implements EmailService
public EmailServiceImpl()
public boolean sendEmail(String body, String subject, String emailAddressTo, String emailAddressFrom)
EmailService
sendEmail
in interface EmailService
emailAddressTo
- the recipientemailAddressFrom
- the senderCopyright © 2011-2013 The Kuali Foundation. All Rights Reserved.