Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Email admin upon new registration
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

Panhandler
Average Member

USA
783 Posts

Posted - 26 April 2013 :  09:56:17  Show Profile  Visit Panhandler's Homepage  Reply with Quote
Some users will register but never validate their email - usually because the automated email generated by Snitz was blocked by their ISP.
The problem arises when the administrator doesn't check to see if there are any new registrations for a month or two.

Is there a mod that will send the forum administrator a "new user notification" email?

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 26 April 2013 :  10:34:16  Show Profile  Reply with Quote
Yes, someone wrote one a few years ago.
Go to Top of Page

Panhandler
Average Member

USA
783 Posts

Posted - 27 April 2013 :  10:03:06  Show Profile  Visit Panhandler's Homepage  Reply with Quote
Cool, I'll give a try. Thank you.
Go to Top of Page

Carefree
Advanced Member

Philippines
4207 Posts

Posted - 27 April 2013 :  10:26:47  Show Profile  Reply with Quote
You're welcome. It's actually a very simple thing to accomplish. The simplest way to do it requires a single change to "register.asp".


Look for the following lines (appx 766-770):

				strMessage = strMessage & "You can change your information at our website by selecting the ""Profile"" link." & vbNewline & vbNewline
				strMessage = strMessage & "Happy Posting!"
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%

After those, insert the following:

				'	##	Administrator Notification Below
				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" -->
				<%
				'	##	Administrator Notification Above

Edited by - Carefree on 27 April 2013 10:28:30
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.09 seconds. Powered By: Snitz Forums 2000 Version 3.4.07