Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Problems seeing the Send to a Friend option
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 25 October 2000 :  11:16:35  Show Profile  Visit Kat's Homepage
I have been trying to work out why I can't see the 'Send to a Friend' option on my test site. I have tried both admin options of requiring user to be logged in and not requiring login and still I do not get presented with this option in any of the topics.

Why? Thanks.

KatsKorner

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 October 2000 :  11:20:15  Show Profile
Do you have e-mail mode turned on from the e-mail server configuration page under admin options?

Edited by - Richard Kinser on 25 October 2000 11:22:36
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 25 October 2000 :  11:33:10  Show Profile  Visit Kat's Homepage
No I don't because I don't know which one from the list applies to our mail (OCXQMAIL)???

I turned it on using ASPQMAIL and then filled out the form, tried to send it and got:

Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

/inc_mail.asp, line 69

Invalid class string


KatsKorner

Edited by - Kat on 25 October 2000 11:35:31
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 October 2000 :  11:40:22  Show Profile
What version of Snitz Forums 2000 are you using? I can add OCXQMAIL to the list of e-mail components and then let you try it and see if it works.

Just let me know which version of Snitz Forums 2000 you are using and I'll edit the necessary files and put them up for you to download.
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 25 October 2000 :  11:42:28  Show Profile  Visit Kat's Homepage
I am using release 2 - I downloaded it yesterday from your home page.

Thanks very much and lets hope it works!

KatsKorner
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 25 October 2000 :  12:19:03  Show Profile
http://www1.domaindlx.com/dssdbs/files/ocxqmail.zip

Just unzip the two files into your /forum directory overwriting the current files.

Then just go into E-Mail Server Configuration from the Admin Options page and setup the SMTP server and select the ocxQmail as the component and make sure you select E-Mail Mode as on.

I don't have this component installed so I have not tested it. But if it doesn't work. I can try to install the trial version on my server and see if I can get it to work.
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 26 October 2000 :  04:25:29  Show Profile  Visit Kat's Homepage
I tried the files you sent and set up the config correctly. At the first try, I got this error:

Microsoft VBScript compilation error '800a0414'

Cannot use parentheses when calling a Sub

/inc_mail.asp, line 166

)
-^

To fix it I went into inc_mail.asp and removed the parentheses from around the call to ocxQMail because sure enough - it is a Sub not a Function.Thanks very much for your help on this. My problem is now resolved!

Until the next one of course!

Cheers.

KatsKorner
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 26 October 2000 :  04:45:06  Show Profile
So it looks like this now?

<pre id=code><font face=courier size=2 id=code>
case "ocxqmail"
Set objNewMail = Server.CreateObject("ocxQmail.ocxQmailCtrl.1")
mailServer = strMailServer
FromName = strFromName
FromAddress = strSender
priority = ""
returnReceipt = ""
toAddressList = strRecipients
ccAddressList = ""
bccAddressList = ""
attachmentList = ""
messageSubject = strSubject
messageText = strMessage
on error resume next '## Ignore Errors
objNewMail.Q mailServer, _
fromName, _
fromAddress, _
priority, _
returnReceipt, _
toAddressList, _
ccAddressList, _
bccAddressList, _
attachmentList, _
messageSubject, _
messageText _
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
End if</font id=code></pre id=code>
Go to Top of Page

Kat
Advanced Member

United Kingdom
3065 Posts

Posted - 26 October 2000 :  04:57:59  Show Profile  Visit Kat's Homepage
Yes except that you don't need the last continuation after the last parameter.

on error resume next '## Ignore Errors
objNewMail.Q mailServer,_
fromName, _
fromAddress, _
priority, _
returnReceipt, _
toAddressList, _
ccAddressList, _
bccAddressList, _
attachmentList, _
messageSubject, _
messageText
If Err <> 0 Then

Thanks again!

KatsKorner
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 26 October 2000 :  10:54:22  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
will get this in today


<center>Reinsnitz (Mike)
<font color=red>><)))'></font id=red>

<font color=green>"<font color=red>I no longer call you servants, because a servant does not know his master's business. Instead I have called you friends...</font id=red>"
-- John 15:15</font id=green></center>
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.4 seconds. Powered By: Snitz Forums 2000 Version 3.4.07