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: Mail Configuration
 MDaemon and BCC
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

withanhdammit
Junior Member

USA
236 Posts

Posted - 20 March 2005 :  10:56:17  Show Profile  Visit withanhdammit's Homepage  Send withanhdammit an ICQ Message
I would like to have my users get a copy of the email when they send an email through Snitz. I thought I had it...in inc_mail.asp, I added gMDMessageInfo.BCC = strSender so the MDaemon case looks like:
	case "mdaemon"
		Set gMDUser = Server.CreateObject("MDUserCom.MDUser")
		mbDllLoaded = gMDUser.LoadUserDll
		if mbDllLoaded = False then
			response.write "Could not load MDUSER.DLL! Program will exit." & "<br />"
		else
			Set gMDMessageInfo = Server.CreateObject("MDUserCom.MDMessageInfo")
			gMDUser.InitMessageInfo gMDMessageInfo
			gMDMessageInfo.To = strRecipients
			gMDMessageInfo.BCC = strSender
                        gMDMessageInfo.From = strSender
			gMDMessageInfo.Subject = strSubject
			gMDMessageInfo.MessageBody = strMessage
			gMDMessageInfo.Priority = 0
			gMDUser.SpoolMessage gMDMessageInfo
			mbDllLoaded = gMDUser.FreeUserDll
		end if
		if Err <> 0 Then 
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		end if

It seemed like it was working, my users that were sending email through the forum were getting copies of what they were sending. Then when I added the NewsLetter Subscribe at Registration MOD by ClassicMotorcycling http://forum.snitz.com/forum/topic.asp?TOPIC_ID=57575 I started getting errors with the added line, so I had to remove it. CM did a Google search and found some issues with previous versions of MDaemon and BCC, but I'm not sure if those apply to the version I'm using. I'm using v7.2.2 (v7.2.3 is also available).

Anyone have any ideas? It doesn't have to be implemented this way, my main goal is for people to get a copy of the emails they are sending.

Thanks!

h

I reject your reality and substitute my own.

Edited by - withanhdammit on 20 March 2005 10:59:33
  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.1 seconds. Powered By: Snitz Forums 2000 Version 3.4.07