I have been wanting to start sending monthly newsletters to those who've submitted to Bam Directory. There is no option on phpLD for doing that. So I would have to use an outside email marketing service provider. I already use Aweber for my other websites so I would use that again, First, is there another or better option that I'm not seeing? Second, how can I export the email addresses from phpLD?
Aweber might be a perfect option for you. If your terms and conditions specify that you can contact submitters for promotional purpose you can use phpmyadmin to get email addresses of submitters. You might try this query for free version of phpld: select OWNER_NAME, OWNER_EMAIL, URL from pld_link where status=1 Code (markup): If you are not keen on owner name or URL that was submitted, you can remove those from the query.