• Resolved bullandbearmash

    (@bullandbearmash)


    Using latest versions of all 3. About 4200 subscribers. Email limit verified raised by provider to 5000. BCC field set at 30.

    With all plugins running:

    Send test email through emailusers – PASS

    Send test email through WP-SMTP-Mail – PASS

    In production: using the “send email to individual users”, highlight all users, enter subject, enter content. Click “send email”

    System responds with these error messages:

    You must enter a subject.
    You must enter some content.

    Have tried the “send to groups” – same parameters. Same error messages.

    Please help.

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

Viewing 3 replies - 16 through 18 (of 18 total)
  • Thread Starter bullandbearmash

    (@bullandbearmash)

    Awesome Mike!!! Thanks!! Installed using FTP and now running.

    Could you write the exact script for PHP.ini that I need to add for max_input_vars integer please?

    I am not a php expert, but I know how to make the mods.

    Is it something like, max_input_vars integer = 5000 ?

    As well, I have located the php.ini file. Is this the same as PHP.ini as you have noted above?

    Plugin Author Mike Walsh

    (@mpwalsh8)

    I don’t know if this PHP setting is one you can set with ini_set(). You can certainly try. You could add the following to your theme’s functions.php file:

    ini_set(‘max_input_vars’, 5000) ;

    You might be able to stick in wp-config.php as well although that may not be a good idea.

    I am not sure if doing just that will work. The best way to change it is to modify the PHP.ini file directly.

    Thread Starter bullandbearmash

    (@bullandbearmash)

    Thanks again Mike. Much appreciated. All good now.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Email Users, s2member and WP-SMTP-Mail’ is closed to new replies.