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
 Copy Of MOD by Aaron Shagrin
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Webbo
Average Member

United Kingdom
982 Posts

Posted - 19 August 2002 :  17:10:18  Show Profile  Visit Webbo's Homepage
Hi,

I have used this MOD so that users can send themselves a copy of the Email that they are sending in the forum, unfortunately it sends the recepient a copy instead of the sender

Part of the code in the MOD is:


<!--#INCLUDE FILE="inc_mail.asp" -->
<% '############ COPY OF MOD ##############
if request.form("CopyOf") =1 then
strRecipientsName = Request.Form("YName")
strRecipients = rs("YEmail")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")
strSubject = "Sent From " & strForumTitle & " by " & Request.Form("YName")
strMessage = "Hello " & Request.Form("Name") & vbNewline & vbNewline
strMessage = strMessage & "You received the following message from : " & Request.Form("YName") & " (" & Request.Form("YEmail") & ") " & vbNewline & vbNewline
strMessage = strMessage & "At: " & strForumURL & vbNewline & vbNewline
strMessage = strMessage & Request.Form("Msg") & vbNewline & vbNewline

if strFrom <> "" then
strSender = strFrom
end if
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
end if
'####################################### %>


Could this have something to do with it?

Thanks, Dave

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 19 August 2002 :  17:46:33  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message

<!--#INCLUDE FILE="inc_mail.asp" -->
<% '############ COPY OF MOD ##############
if request.form("CopyOf") =1 then
strRecipientsName = Request.Form("YName")
strRecipients = Request.Form("YEmail")
strFrom = Request.Form("YEmail")
strFromName = Request.Form("YName")
strSubject = "Sent From " & strForumTitle & " by " & Request.Form("YName")
strMessage = "Hello " & Request.Form("Name") & vbNewline & vbNewline
strMessage = strMessage & "You received the following message from : " & Request.Form("YName") & " (" & Request.Form("YEmail") & ") " & vbNewline & vbNewline
strMessage = strMessage & "At: " & strForumURL & vbNewline & vbNewline
strMessage = strMessage & Request.Form("Msg") & vbNewline & vbNewline

if strFrom <> "" then
strSender = strFrom
end if
%>
<!--#INCLUDE FILE="inc_mail.asp" -->
<%
end if
'####################################### %>


I've never tried this MOD, but you could try the code above.
Hope it works...

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz

Edited by - OneWayMule on 19 August 2002 17:47:15
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.22 seconds. Powered By: Snitz Forums 2000 Version 3.4.07