I am running a blog and it has more then 12000 subscriber. Now i want to send email to all these users from by blog. Can you suggest any such good Free email plugin.
I am running a blog and it has more then 12000 subscriber. Now i want to send email to all these users from by blog. Can you suggest any such good Free email plugin.
Have you tried the e-mail users plug-in?
No need for Plugin.
First get all user Emails, put them in array and use this function:
<?php wp_mail( $to, $subject, $message, $headers, $attachments ); ?>
How-To
http://codex.wordpress.org/Function_Reference/wp_mail
Try WP-Autoresponder plugin
This topic has been closed to new replies.