Home / Support / Documentation
AEP Online Help Index
SMTP Server Setting
Allows choosing one of several possible conditions for execution. Condition group is a convenient tool for multivariant message processing. Conditions in a group are checked one by one, and the first condiotion found true is used for processing.
The work of a group with three conditions a, b and c can be illustrated by the following scheme:
IF condition a is TRUE, execute the set of processing components for a
ELSE, IF condition b is TRUE, execute the set of processing components for b
ELSE, IF condition c is TRUE, execute the set of processing components for c
|