Just a tip I'll throw out there: If you use a counter to generate an email address, remember that the Number format property is a numeric format expression. My original tests had a number format like user000, which worked fine. So I changed that to [email protected], and I didn't get what I expected. Needed to look up the Java documentation for the DecimalFormat class.
David

