New User Email Not Working

Hey all, I have checked all my settings and verified my email is working properly, but I have noticed that I have stopped receiving emails whenever a new user joins the site.

New User Notify is checked in Advanced Settings>Profile

Email Address is correct in Basic Settings

Cron jobs send emails

Receive every other email from the site.

Any clues of what I may be overlooking?

Thanks,

Chris

Nothing to see here
Quote · 26 Nov 2009

Hello!

This part of code in join.php is responsible for sending email to admin:

if( getParam('newusernotify') == 'on' )
if( getParam('autoApproval_ifNoConfEmail') == 'on' )
$oPC -> sendNewUserNotify( $iMemID );

So need to check result of this callings of getParam function and correct if necessary correspond variables in admin panel->settings->profiles settings.

Regard

Quote · 26 Nov 2009

Sorry, mentioned code was given from 6.1.6.

In D7 need to check this one:

if(getParam('newusernotify') == 'on' )
$oPC->sendNewUserNotify($oAlert->iObject);

in inc/classes/BxDolAlertsResponseProfile.php file

Regard

Quote · 26 Nov 2009

Thanks LeonidS, there is no BxDolAlertsResponseProfile.php in the download package. I had to get it from Trac>Source>Trunk. So this would definitely explain why my new user emails were not working.

I even downloaded D7 RC1 again just to make sure I wasn't seeing things. It is not in the download package. There are only these 2 alert files:

BxDolAlertsResponseMatch.php

BxDolAlertsResponseSystem.php

Might want to make sure its included in the next download release. Big Miss here!

Chris

Nothing to see here
Quote · 26 Nov 2009

So did they rewrite the way emails were handled and put them into new files we don't have?

Quote · 26 Nov 2009

So did they rewrite the way emails were handled and put them into new files we don't have?

Well, I just re-downloaded the whole RC zip again and do not see that file in the inc/classes folder so Im not sure what happened. I know that in Beta8, I was getting them.It just seems strange that I have had 8 members join since RC and no new user emails.

You can find the file here (age is 1 week old):

http://www.boonex.com/trac/dolphin/browser/trunk/inc/classes/BxDolAlertsResponseProfile.php

Chris

Nothing to see here
Quote · 26 Nov 2009

There is no BxDolAlertsResponseProfile.php file in RC, it was added after RC was released.

New user notify should be working in RC since the responsible code was in BxDolAlertsResponseSystem.php file.

Rules → http://www.boonex.com/terms
Quote · 27 Nov 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.