Function adminNotify
This simple function gets a list of all administrators and sends them an email to let them know a new member has joined. Called by registerMember() function in Subs-Members.php. Email is sent to all groups that have the moderate_forum permission. The language set by each member is being used (if available).
Package: SMF
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Uses: the Login language file.
Located at Sources/Subs-Post.php
Copyright: 2020 Simple Machines and individual contributors
License: BSD
Author: Simple Machines https://www.simplemachines.org
Uses: the Login language file.
Located at Sources/Subs-Post.php
string |
$type |
The type. Types supported are 'approval', 'activation', and 'standard'. |
integer |
$memberID |
The ID of the member |
string |
$member_name = null |
The name of the member (if null, it is pulled from the database) |