[ic] multiple email addresses in ORDERS_TO

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Wed Aug 21 11:52:01 2002


I'm attempting to add multiple email addresses to the
"ORDERS_TO" variable (I'm using mySQL) in the
administrative interface.  There must be a syntax problem
as it didn't work.  I tried separating multiple addresses
using a comma, such as

bob@company.com,joe@company.com,bill@company.com

The first address was the only one that received email. 
Do I need to surround the entire list with quote marks,
such as

"bob@company.com,joe@company.com,bill@company.com"

Wayne Gibson