Class NullEmailInfo
java.lang.Object
org.broadleafcommerce.common.email.service.info.EmailInfo
org.broadleafcommerce.common.email.service.info.NullEmailInfo
- All Implemented Interfaces:
Serializable
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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.broadleafcommerce.common.email.service.info.EmailInfo
addHeader, clone, getAttachments, getEmailTemplate, getEmailType, getEncoding, getFromAddress, getHeaders, getMessageBody, getSendAsyncPriority, getSendEmailReliableAsync, getSubject, setAttachments, setEmailTemplate, setEmailType, setEncoding, setFromAddress, setHeaders, setMessageBody, setSendAsyncPriority, setSendEmailReliableAsync, setSubject
-
Constructor Details
-
NullEmailInfo
- Throws:
IOException
-