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?
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