The Forum has been Updated
The code has been upgraded to the latest .NET core version. Please check instructions in the Community Announcements about migrating your account.
I am having problem when a user register it supposed to send a notification email to my email, which is not working. Also the emails between users are not working. It looks like any of the e-mail part of my forum is working.
E-mail Server Conf: I have all the options checked to ON. And have my email address for the Administrator E-mail Address.
I put the IP address of my E-mail exchange server for the E-mail Server Address, that should be ok, right?
I did not setup this forum, my boss did. She told me the e-mail part has not worked since the first day. However I download a fresh copy of the forum and replaced the inc_mail.asp file with a fresh copy. And same results.
FYI: I have only made one MOD. The UserGroups MOD.
Need help pleaseee<
E-mail Server Conf: I have all the options checked to ON. And have my email address for the Administrator E-mail Address.
I put the IP address of my E-mail exchange server for the E-mail Server Address, that should be ok, right?
I did not setup this forum, my boss did. She told me the e-mail part has not worked since the first day. However I download a fresh copy of the forum and replaced the inc_mail.asp file with a fresh copy. And same results.
FYI: I have only made one MOD. The UserGroups MOD.
Need help pleaseee<
Posted
omg! I feel stupid...my boss was asking me for that feature and I though it was possible. Ok, thank you very much :)<
Posted
It shouldn't be that hard to do.<
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
Posted
Do you know how to?<
Posted
I haven't tested this but it should work.
Register.asp around line 598 find
After it add
If you get an error copy it and post it here.<
Register.asp around line 598 find
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" -->
<% Code:
'Email Admin, a new member has registered
strRecipients = strSender
strFrom = strSender
strFromName = "Automatic Forum Email"
strSubject = "New member has registered on your forum."
strMessage = "A new member has registered with username: " & Request.Form("name") & vbNewLine
strMessage = strMessage & "on your forum here: " & strForumURL & vbNewLine & vbNewLine
strMessage = strMessage & "Regards," & VbNewLine
strMessage = strMessage & "Your Snitz forum."
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%If you get an error copy it and post it here.<
Podge.
The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
My Mods: CAPTCHA Mod | GateKeeper Mod Tutorial: Enable subscriptions on your board
Warning: The post above or below may contain nuts.
Posted
Moving this to a proper forum...
<
Posted
http://www.snitzbitz.com/mods/details.asp?Version=All&mid=112<
Posted
Ok, so I dont know where should I put the code. I have been reading different opinions so here is my code, hopefully you can tell me where should I put the code for the MOD
'################################### E-mail Validation Mod
if strEmailVal = "1" then
strMessage = strMessage & "Please click on the link below to complete your registration." & vbNewline & vbNewLine
strMessage = strMessage & strForumURL & "register.asp?actkey=" & actkey & vbNewline & vbNewline
else
'####################################################################################
strMessage = strMessage & "Password: " & Request.Form("Password") & vbNewline & vbNewline
end if '<---- E-mail Validation Mod - 1 line #############
end if
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" -->
<%
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 & _<
'################################### E-mail Validation Mod
if strEmailVal = "1" then
strMessage = strMessage & "Please click on the link below to complete your registration." & vbNewline & vbNewLine
strMessage = strMessage & strForumURL & "register.asp?actkey=" & actkey & vbNewline & vbNewline
else
'####################################################################################
strMessage = strMessage & "Password: " & Request.Form("Password") & vbNewline & vbNewline
end if '<---- E-mail Validation Mod - 1 line #############
end if
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" -->
<%
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 & _<
Posted
thats the code in my register.asp from line 598 to 615<
Email Member
Message Member
Post Moderation
FileUpload
If you're having problems uploading, try choosing a smaller image.
Preview post
Send Topic
Loading...