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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 admin does not receive email on registration?
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

jonspruce
Starting Member

United Kingdom
11 Posts

Posted - 05 November 2004 :  06:31:03  Show Profile
have customised this fantastic little piece of kit easily enough!

however - another bloody email problem of course - have set it up with JMAIL (installed on server) with the correct mail server but when i am registering test accounts i don't get any emails sent

am i wrongly expecting the system to send the admin email account an email to request that a user requires activation?

the forum has to be controlled by only allowing certain members (approved) to be able to read the content - sorted that bit out but cant get this email thing working!!

so to recap:

1. have setup the forum to my requirements successfully (locally and on host)
2. require admin account to get email requesting the approval of any members applying to forum
3. need email to be setup correctly - have found lots of posts on this but can't nail the problem down....

any advice would be greatly appreciated guys

a camel is a horse designed by committee

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 05 November 2004 :  06:39:36  Show Profile
No, there is no e-mail sent to the admin when someone registers.
Go to Top of Page

jonspruce
Starting Member

United Kingdom
11 Posts

Posted - 05 November 2004 :  06:45:30  Show Profile
so its down to the admin to login and verify users on the database?

is there an available mod for this kind of functionality anywhere guys?

by having this extra function it would take the administrative time away from the site

all it would need is a simple email sent out to admin account(s) with nothing more than "a member has registered - please login and authenticate"

im sure there is soemthing out there for this!



also secondary problem - i cant seem to sort out the email setup correctly...the server has JMAIL and the server settings have been setup as per the hosts instructions but no emails seem to be coming from the forum...

and clues?


a camel is a horse designed by committee
Go to Top of Page

Classicmotorcycling
Development Team Leader

Australia
2085 Posts

Posted - 05 November 2004 :  19:42:17  Show Profile
Or you could add the following code to register.asp just after the inc_mail.asp and the <% (at line 603):
				'################################### Administrator Notification Mod ########################

				strRecipientsName = strSender
				strRecipients = strSender
				strFrom = strSender
				strFromName = strSender
				strsubject = strForumTitle & " Registration "
				strMessage = "The new registration of: " & Request.Form("Name") & " (" & Request.Form("Email") & ") has occured at " & strForumTitle & " (" & strForumURL & ")." & vbNewLine & vbNewLine & "Go and check out: " & strForumURL & "admin_accounts_pending.asp to get their full details." & vbNewLine & vbNewLine & "Cheers," & vbNewLine & vbNewLine & "Webmaster @ " & strForumTitle
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
				'######################################################################################
This does send an e-mail to the admin when a new user registers.

Cheers,

David Greening
Go to Top of Page

jonspruce
Starting Member

United Kingdom
11 Posts

Posted - 10 November 2004 :  07:01:35  Show Profile
thanks david - have implemented the code just testing now and will get back to you!

a camel is a horse designed by committee
Go to Top of Page

jonspruce
Starting Member

United Kingdom
11 Posts

Posted - 07 December 2004 :  08:54:17  Show Profile
have tried this mod and it doesnt seem to email the admin upon a registration.....

....any ideas or further info you need from me?

a camel is a horse designed by committee
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.44 seconds. Powered By: Snitz Forums 2000 Version 3.4.07