Creating a maillist from DigiBuy order forms - is the simplest example of AEP usage.
Example Description
This example shows how Line Parser and File Writer work.
To load the example, import the rules list rules.txt from the Examples\Simple folder.
The example explains how to create a maillist from DigiBuy order forms. When a message is received, the sender name and e-mail address are saved to the file userlist.txt in the Examples\Simple folder.
Example Rule Description
Filtering
The rule contains Subject Filter, which filters the messages except debug messages from the example.
Processing
●The sender name and address are parsed from Customer Name and Email Address fields
●The data parsed are saved to file
Debug Messages
Contains debug message for the rule operation debugging.