Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
seattletype
Starting Member
4 Posts |
Posted - 2011-03-08 : 19:50:52
|
I have a series of records in my SQL server table where one column is the email address. I need to write a chunk of ASP that will loop through all of the records in that page's recordset into an array and assign a single variable name to that list so that I can use it CDO mail. Basically I'm looking to send those given records an automated email. The only piece I'm missing is how to build the list itself. Thanks- |
|
|
|
|