Class NullEmailServiceImpl

java.lang.Object
org.broadleafcommerce.common.email.service.NullEmailServiceImpl
All Implemented Interfaces:
EmailService

public class NullEmailServiceImpl extends Object implements EmailService
This null implementation class can be used during development to work around the need to have a working SMTP service to route emails through.
Author:
aazzolini