pull emails off database
DW CS3 - ASP VBScript - Access
How do I do this? I'd like to pull emails from all records in a table where a specific column is checked Yes (subscribed), in order to send group email.
Are there scripts to handle this?
DW CS3 - ASP VBScript - Access
How do I do this? I'd like to pull emails from all records in a table where a specific column is checked Yes (subscribed), in order to send group email.
Are there scripts to handle this?
Then you just need to search the web for something like 'asp mail list script'. The basic concept is simple. Load the addresses into a recordset, and loop through the recordset adding addresses to the email bcc field. Because mail servers have max address limitations, it also needs to have another loop to break the records into smaller sets of 25-50 addresses.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.