The Notify on User Create module sends an email out to the specified email addresses when a new user joins the community
<Override xpath="/CommunityServer/CSModules" mode="add"> <add name="NotifyOnUserCreate" type="AlexCrome.CS.Modules.NotifyOnUserCreate, AlexCrome.CS" /> </Override>
<email emailType="UserCreateAdminNotification" priority="Normal" > <subject>[displayname] has joined [SiteName]</subject> <fromName>[adminemailfrom]</fromName> <fromAddress>[adminemail]</fromAddress> <textbody>...</textbody> <htmlbody>...</htmlbody> </email>
Notify on User Create Is a configurable addon which can be configured through the Manage Addons Page
The following is a screenshot of theconfiguration options available for the Notify On User Create Module.
SCREENSHOT