Forums

Email all users (4 posts)

  1. linrakesh
    Member
    Posted 1 year ago #

    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.

  2. michael walker
    Member
    Posted 1 year ago #

    Have you tried the e-mail users plug-in?

  3. Ervald
    Member
    Posted 1 year ago #

    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

  4. Nasir Zia
    Member
    Posted 1 year ago #

    Try WP-Autoresponder plugin

Topic Closed

This topic has been closed to new replies.

About this Topic