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: MOD Implementation
 Email User Notification MOD Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

byoung
Starting Member

USA
14 Posts

Posted - 12 February 2003 :  07:41:05  Show Profile
Hello,

I downloaded the MOD Email Notification for User Registration From SnitzBlitz.com.

I followed the instructions in the readme.txt file...

The name of the asp file is register.asp. Is this the correct place? Because it is not executing and sending an email to the administrator upon registration. Any help would be appreciated. Thanks! Barry

Code:


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" -->
<%
'################################### 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" -->
<%
'####################################################################
  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.34 seconds. Powered By: Snitz Forums 2000 Version 3.4.07