Quote Originally Posted by NotGoddess
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_
this is great i can't wait for the next update as i have a list of a few thousand emails i've compiled over the years that i desperately need to put into the auto mailer. thank you so much. Your work is so appreciated. It's people like you that keep us moving forward. Respect.