Test recipient
The <test_recipient>
element is where you add up to 30 test recipients directly to the XML file, if you have decided to use this option.
The <test_recipient>
element is:
- A child of the Test_recipients section
You can use<test_recipient>
or a CSV_file to add new recipients. - Positioned within the
<test_recipients>
section of the XML instructions file
Use
Use the following format to add test recipients directly to the XML:
<test_recipients>
<test_recipient>
<field1>field1 content</field1>
<field2>field2 content</field2>
</test_recipient>
<test_recipient>
...
</test_recipient>
</test_recipients>
Add one <test_recipient>
element for each recipient.
The <field>
tags in the above example represent the actual field names, which must be selected from and match those used in the database. However, field name matching is not case sensitive, for example, you can use Name or name.
Example:
<test_recipient>
<email>field1A</email>
<firstname>field2A</firstname>
...
</test_recipient>
or:
<test_recipient>
<phone>field1A</phone>
</test_recipient>
See Filtering and added recipients for more about how the user database is filtered to match new recipients.