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)
 Add a new Mail Server type
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  10:02:42  Show Profile
The Hosting service of my site does not support CDONT but it has a similar ASP based component...named dkQMail. This is the script that they have given to me:

<%
Set Mail = Server.CreateObject("dkQmail.Qmail")

'The CC field must contain the email of destination of the copy or must be empty
'The field MessageType must be HTML or TEXT

Sender = "sender@domain.xxx"
Recipient = "recipient@domain.yyy"
Subject = "Subject of the Message"
Message = "Text of Message line 1"
Message = Message & "Text of Message line2" & vbCrLf
MessageType = "TEXT"
CC = "q"

Mail.FromEmail = Sender
Mail.ToEmail = Recipient
Mail.Subject = Subject
Mail.Body = Message
Mail.CC = CC
Mail.MessageType = MessageType

Result = Mail.SendMail()

If Result = 1 Then
Response.Write "Mail Send to Que OK!"
else
Response.Write "Error " & GetObj.ErrInfo
end If
%>

Can I add this to snitz forum ? How ?
Which documents (inc_mail, pop_mail, post, post_info, etc.) I must modify and how?
Thx.

GmX

<font color=red>[moved by admin on 10/20/2000]</font id=red>

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 October 2000 :  10:44:07  Show Profile
You can use this thread as a basis to adding what you need:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=1298

Just substitute the code that you have in where it's appropriate.
Go to Top of Page

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  11:48:18  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
You can use this thread as a basis to adding what you need:

http://forum.snitz.com/forum/link.asp?TOPIC_ID=1298

Just substitute the code that you have in where it's appropriate.
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
I'm not an ASP expert...I've some difficulties...the syntax of my script is very different from that one of your example. Can you help me please ?

GmX
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 October 2000 :  12:14:33  Show Profile
Sure, I'll modify the necesary files and post a link where you can download them. Just give me a few minutes.
Go to Top of Page

hiphopboy
Starting Member

39 Posts

Posted - 20 October 2000 :  12:28:32  Show Profile
Dang~~~ Richard... Just a few minutes? YOU ARE GOOD... You get paid well? YOU SHOULD!

Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 October 2000 :  12:36:44  Show Profile
Try this: http://www1.domaindlx.com/dssdbs/files/dkqmail.zip

Just unzip the two files and overwrite the current ones in your /forum directory. Then go into your admin options to select the new option.

Since I couldn't find the dkQMail component I could not test this so let me know if it works or not. <img src=icon_smile.gif border=0 align=middle>

Edited by - Richard Kinser on 20 October 2000 12:39:36
Go to Top of Page

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  12:58:27  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Try this: http://www1.domaindlx.com/dssdbs/files/dkqmail.zip

Just unzip the two files and overwrite the current ones in your /forum directory. Then go into your admin options to select the new option.

Since I couldn't find the dkQMail component I could not test this so let me know if it works or not. <img src=icon_smile.gif border=0 align=middle>

Edited by - Richard Kinser on 20 October 2000 12:39:36
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

GmX
Go to Top of Page

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  13:05:21  Show Profile
Many, many Thx Richard !!! <img src=icon_smile.gif border=0 align=middle>
I'll try your zip file and then you'll know if it works or not...
Now I've the v3sr2 version...you think the zip file will works with this version or it is optimized for 3.2sr2 ?


GmX
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 October 2000 :  13:10:53  Show Profile
Yes, there were some changes between v3sr2 and v3.1sr2. I have updated the above .zip file with modified v3sr2 files instead of v3.1sr2.

Edited by - Richard Kinser on 20 October 2000 13:21:13
Go to Top of Page

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  15:37:13  Show Profile
Thx for all Richard but it don't works... <img src=icon_smile_sad.gif border=0 align=middle>


GmX
Go to Top of Page

RichardKinser
Snitz Forums Admin

USA
16655 Posts

Posted - 20 October 2000 :  15:43:07  Show Profile
Did you get an error ? Can you tell me what the error is?
Go to Top of Page

GmX
Starting Member

40 Posts

Posted - 20 October 2000 :  15:56:18  Show Profile
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
Did you get an error ? Can you tell me what the error is?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
no error in particular... I receive the message of "mail sent" but then the mail it don't arrive...
p.s. are you sometimes in icq ?


GmX
Go to Top of Page

Reinsnitz
Snitz Forums Admin

USA
3545 Posts

Posted - 25 October 2000 :  15:14:16  Show Profile  Visit Reinsnitz's Homepage  Send Reinsnitz an AOL message  Send Reinsnitz an ICQ Message  Send Reinsnitz a Yahoo! Message
added to source of 3.1sr3beta2...

<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.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07