Anyway to import a list to email/newsletter list?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
duet
Ensign (ENS)
Ensign (ENS)
Posts: 1
Joined: Tue Jun 15, 2010 11:17 am

Anyway to import a list to email/newsletter list?

Post by duet » Fri Jul 30, 2010 11:26 am

Hey all, I have an excel sheet with a few thousand e-mails that need to be added to our current e-mail list. Is there any way to make this automated?

I'm not familiar with ASP but I have a programming background and can probably whip something up to get this working - so if thats the only solution can someone give me pointers on how to set it up with AC?

Thanks a bunch ahead of time. :D

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Anyway to import a list to email/newsletter list?

Post by mazhar » Wed Aug 04, 2010 5:15 am

Well you need to do some custom scripts in order to accomplish this. I think your custom scripts should be able to read CSV input. This script must pick Email address from your provided file and then search the Email list to find out that if its already in Email list. If its not there then simply add this to Email list. Following thread may help you about CSV processing viewtopic.php?f=61&t=9828

Post Reply