I have enabled the "Email Opt In Checkbox" option in Cart Settings. How do I access the email list to send bulk emails? Ideally I'd like to link this up with a third-party bulk email module (e.g. DataSprings Dynamic Email).
From sql mgmt studio query analyzer execute the following query:
select * from dnn_smith_customer where contact = 1
I have an objectqualifier of "dnn_" on my database so you will have to chnage it to the qualifier you have in your db
-Scott