There is a problem in the forms of the plugin, both in email_users_notify_form.php and email_users_user_mail_form.php.
$user->id should be $user->ID and because of this, the value is not shown and you cannot send mails to users.
There is a problem in the forms of the plugin, both in email_users_notify_form.php and email_users_user_mail_form.php.
$user->id should be $user->ID and because of this, the value is not shown and you cannot send mails to users.
I made this change in the code in these two files, as well as in the email-users.php file and it fixed the individual email issue.
Corrected in 3.4.1
The notification to users from a post seems to have worked, however a new user registration does not appear in the recipient list.
I am still unable to send individual e-mails. In the e-mail page, it does not show any recipients to choose from to send an e-mail to.
Thanks for working on this.
I have the same problem and is not solved by the fix described above or by installing 3.4.1
This topic has been closed to new replies.