I would like to send a bulk email to all who have sent in comments on my blog.
Is there a way to extract or list this information so I can use it in this way?
Thanks!
Reported on Movable Type 4.1x
I would like to send a bulk email to all who have sent in comments on my blog.
Is there a way to extract or list this information so I can use it in this way?
Thanks!
Reported on Movable Type 4.1x
Hi Karen,
There is no way to do that from inside the movable type admin.
However, you could do that by connecting to your movable type installation using phpmyadmin and then running the following SQL command:
SELECT DISTINCT `comment_email`
FROM `mt_comment`
WHERE `comment_email` != ''
Kind Regards,
Mihai Bocsaru
----------------------------------
Daily Movable Type Consultant
Web Development
Movable Type Consulting
Six Apart Partner
http://www.pro-it-service.com/
----------------------------------
Movable Type Demo
http://www.movabletypedemo.org/
----------------------------------
Open Melody Demo
http://www.openmelodydemo.org/