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