See post 15 in this thread: http://www.zen-cart.com/forum/showpo...0&postcount=15

But since then I've added the confirmation requirement, so you'd follow the same basics, but add a 'confirmed' field so the sql would look like this:

Code:
INSERT INTO tbl_name (email_address, confirmed)
VALUES('[email protected]' , 1), ('[email protected]' , 1),
('[email protected]', 1), ('[email protected]' , 1);
I'm going to get another update out that has import from/export to a file (and the other wishlist items), but it's going to be this weekend (Sunday) at the earliest as I've got to earn gas/food money this week or I'm sunk :0 I'll try to work on it and get it out earlier, but no guarantees.

-Ng_