• I was reading the WYSWYG Editor thread and was wondering, could we have an option that selects all (wp roll) “subscribers” and then have the plugin shoot off, 100, wait 15sec, shoot off another 100, until it reaches the end of the list. Or maybe add a dropdown that lets us tell the plungin how many it can fire off in one go.

    On my server I moded the plugin to fire 300 at a time and also added the a ckeditor WYSWYG editor and have not experience an issue yet.

    Other questions, If we know the following can we set the following options as settings
    “Email From Name”
    “Email From”

    Also, would it be possible to add in templates as it would be nice to save html templates that I know we will end up sending out again.

    Thanks

    https://www.ads-software.com/plugins/mass-email-to-users/

Viewing 1 replies (of 1 total)
  • Thread Starter webmasteral

    (@webmasteral)

    Was able to answer my own question about the email from name and from address
    but the templates would be a great help.

    Line 136
    <input type=”text” id=”email_From_name” name=”email_From_name” value=”YOUR-FROM-NAME-HERE” class=”valid” size=”70″>

    Line 145
    <input type=”text” id=”email_From” name=”email_From” class=”valid” size=”70″ value=”<?php $admin_email = get_option( ‘admin_email’ ); echo $admin_email; ?>”>

Viewing 1 replies (of 1 total)
  • The topic ‘Ideas and feature request questions’ is closed to new replies.