Mass Mailer still not working

I have had this problem since 6.005, my cron jobs are set correctly because cupid emails do get sent but not mass emails.

Anyone goy a fix for this? I've been looking all over the forums, many people have the same error and no one has responded them.

My Cron Job reports this :

- Start email send -
Total queued emails: 139
Ready for send: 20
Processed emails: 0
Processed emails with errors: 0

Quote · 22 May 2009

Bumping and grinding and a hope for an answer..

Quote · 25 May 2009

i am in the same boat. So keep rowing we may get somewhere

Quote · 26 May 2009

Its been answered before...but forums are so hard to nav and find things lol

they changed the dB table from text to numeric and not the code

now its 0 and 1 but the query in admin/notifies.php remains 'NotifyMe'

$res_eml = db_res("SELECT `ID` FROM `Profiles` WHERE `Status` <> 'Unconfirmed' AND `EmailNotify` = 'NotifyMe' $sex_filter_sql $age_filter_sql $country_filter_sql");

This should be 0 or one depending on the way you want to go.

Each profile by default goes to "0"

EAsy way change 'NotifyMe' to'0'

or change to '1' and run

update `Profiles` set `EmailNotify` = '1'

I have video tutorials to help you mrpowless.com
Quote · 26 May 2009

Thanks mr powless youre my hero!

I also changed :`EmailNotify` = 'NotifyMe'      to      ( `EmailNotify` = 'NotifyMe' or `EmailNotify` = '1' )

Quote · 27 May 2009

I was working on this very same thing as mrpowless said last night.  Just didnt know the best way to go about it.  I was looking for a simple fix and here it is. 

Thanks mrpowless

https://dolphin-techs.com - Skype: Dolphin Techs
Quote · 27 May 2009
 
 
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.