Massmailer sent only to the first member

I've installed a fresh 7.1.4 and migrate my profiles from earlier 7.0.9 version. When trying to use the massmailer it create only for the first user (except the Admin)

I've tried to remove the rest and create a test user and still have the same behavior. The setting is the default 20.

Any assistance which PHP is controlling the selection?

By the way when check the subscribers it add all them (I have 20) and when checking both I get 21 ...

Thanks

Quote · 11 Sep 2013

I tried to update again status to 'Active' and Notifyemail to 1 but still have this strange behaviour

Any clue?

Quote · 11 Sep 2013

I guess it's in notifies.php file..

I've changed the SQL and removed in my case this where statement:

$aMembers = $MySQL->getAll("SELECT `ID` AS `id`, `Email` AS `email` FROM `Profiles` WHERE `Status` <> 'Unconfirmed' AND `EmailNotify` = 1 AND (`Couple` = '0' OR `Couple` > `ID`) {$sex_filter_sql} {$age_filter_sql} {$country_filter_sql}");

And Now it's working for me....

Quote · 11 Sep 2013

So it sends out the email to everyone regardless of the email notify setting; You should now try to see what is the real nature of the problem.  Perhaps email notify was not set to 1 for profiles.  This is in the Profiles table in the database.

Geeks, making the world a better place
Quote · 11 Sep 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.