- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean
public class MailSenderFactoryBean
extends org.springframework.beans.factory.config.AbstractFactoryBean
A factory bean which reads mail-related properties from the Configuration system and
generates a Spring Java Mail Sender instance for use by services that send e-mail.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)