Hi,
On my SMF forum, we have 2 admins (me and another) and I have ticked the box on the registration settings to email admins when a new member joins.
Is there away to set it so, only I get the emails, but not the other admin?
are you using SMF 2.1?
Hi,
I am using SMF 2.0.10, which is the latest version I believe.
Just notice I am in the wrong forum, can a mod more it please
You would have to modify the code, but shouldn't be too difficult. Going off now, will have a look tonight if no one else gets to it.
/Sources/Subs-Post.php -
// And do the actual sending...
$row['email_address'] = '[email protected]';
sendmail($row['email_address'], $emaildata['subject'], $emaildata['body'], null, null, false, 0);
Thank you Krash :)