ConfirmationEmailOverrides Class
Represents configuration to override the default checkout confirmation email behavior
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public class ConfirmationEmailOverrides
Public Class ConfirmationEmailOverrides
public ref class ConfirmationEmailOverrides
type ConfirmationEmailOverrides = class end
- Inheritance
- Object ConfirmationEmailOverrides
OverrideBccAddresses |
List of email addresses to BCC on each confirmation email.
If not specified, netFORUM will use the BCC addresses configured on the Correspondence Template being used.
|
OverrideConfirmationTemplateId |
ID of the Correspondence Template to use for the confirmation email.
If not specified, netFORUM will, by default, use the ID configured in the COEConfirmationTemplate System Option instead.
|
OverrideToAddresses |
List of email address to send confirmation emails to.
If not specified, netFORUM will send a single confirmation email the Shopping Cart Customer's primary email address.
|