Follow Notification
Posted: 14 September 2009 12:03 AM   [ Ignore ]  
Newbie
Avatar
Rank
Total Posts:  5
Joined  2009-04-04

Hey Andrew -

Noticed that the notification for the followers module that one is being followed is using the member’s email address and not the system’s or website’s email for automated notifications.  Any way that can be changed.  Not sure of my members want to revel their emails to folk they may not know.

Thanks!

Profile
 
 
Posted: 15 September 2009 09:18 PM   [ Ignore ]   [ # 1 ]  
Administrator
RankRankRankRank
Total Posts:  179
Joined  2006-04-12

Hi Marshall,

You’re right. It is currently hard-coded to do that - that was what previous users had asked for the behaviour to be, but I can see your point.

What would your preferred behavious be? To use the system email address?

Thanks,
Andrew

Profile
 
 
Posted: 15 September 2009 10:17 PM   [ Ignore ]   [ # 2 ]  
Newbie
Avatar
Rank
Total Posts:  5
Joined  2009-04-04

Yes, I personally prefer that the system notifies the person being followed.  I just can see one getting placed on some guys email address book and getting forwarded emails from them and you cant do anything about it.

Thanks!

Profile
 
 
Posted: 18 September 2009 04:03 PM   [ Ignore ]   [ # 3 ]  
Administrator
RankRankRankRank
Total Posts:  179
Joined  2006-04-12

I’ll look into adding a parameter to set this, but in the meantime if you look for the following line is mod.ajw_followers.php

$email->from$SESS->userdata("email"), $SESS->userdata["screen_name"); 

and replace it with:

$email->from$PREFS->ini('webmaster_email') ); 

it should use the system email address.

Andrew

Profile
 
 
   
 
 
‹‹ Introduction