byoung
Starting Member
USA
14 Posts |
Posted - 12 February 2003 : 07:41:05
|
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" --> <% '#################################################################### |
|