The 'Email Notification for User Registration' does not seem to be working for me.
I inserted the mod code at line 603 of register.asp.
quote:%> <!--#INCLUDE FILE="inc_mail.asp" --> <% '################################### Administrator Notification Mod ########################
strRecipientsName = strSender strRecipients = strSender strFrom = strSender strFromName = strSender strsubject = strForumTitle & " Registration " strMessage = Request.Form("Name") & " (" & Request.Form("Email") & ") has registered at " & strForumURL %> <!--#INCLUDE FILE="inc_mail.asp" --> <% '###################################################################################### end if else Response.Write " <p align=""center""><font face=""" & strDefaultFontFace & """ size=""" & strHeaderFontSize & """ color=""" & strHiLiteFontColor & """>There Was A Problem With Your Details</font></p>" & vbNewLine & _
When is the email supposed to go out? When a user registers? When the account is activated? I'm trying to set up a private forum and receive email notification so that I may approve pending members asap.
For what you're asking for, you don't need to install a new MOD. Just log on as Admin, go to "Admin Options", select "E-mail Server Configuration", and turn on "Restrict Registration". For more information click on the beside it.