quote:strMessage = "The following client:(" & Request.Form("Name") & ") with email address:(" & Request.Form("Email") & ") has requested to join the forums at " & strForumURL & ". Visit Pending Members under Admin Options for more information."
And I changed it to this one,
quote:strMessage = "The following client," & vbNewLine & _ "Username: " & Request.Form("Name") & vbNewLine & _ "Email Address: " & Request.Form("Email") & vbNewLine & _ "has requested to join the " & strForumTitle & " at " & strForumURL & vbNewLine & _ "Please visit Pending Members under Admin Options for more information."
There's no error message. This MOD sends a notification to the administrator revery time a new memeber joins. The problem is got to be in the rewriting I did. I just don't know why nor where.
It works, it works! I was checking for messages on the wrong email address. Once I checked the right one, got'em all! Feel Free to use this modification!