java.lang.Object
org.broadleafcommerce.common.email.service.info.EmailInfo
org.broadleafcommerce.common.email.service.info.NullEmailInfo
All Implemented Interfaces:
Serializable

public class NullEmailInfo extends EmailInfo
Implementation of EmailInfo that will not send an Email. The out of box configuration for broadleaf does not send emails but does have hooks to send emails for use cases like registration, forgot password, etc.

The email send functionality will not send an email if the passed in EmailInfo is an instance of this class.

Author:
vjain
See Also: