Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Getting emails from users in db?

Quote Reply
Getting emails from users in db?
Is there an easy way to 'harvest' the emails of the people who have added links to your script? I want to use an external opt-out mailing list but was hoping there was an easier way of getting the emails than manually going thru each link in the admin. area
Any info would be appreciated :)
- Carole

Quote Reply
Re: Getting emails from users in db? In reply to
In your other mailing script, you could hack it to read data from the links.db file.

Basically, a matter of pulling the correct column, then looping through the file, and splitting the columns....

Regards,

Eliot Lee