Author |
Topic  |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 10:02:42
|
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 |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 11:48:18
|
<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 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 October 2000 : 12:14:33
|
Sure, I'll modify the necesary files and post a link where you can download them. Just give me a few minutes. |
 |
|
hiphopboy
Starting Member
39 Posts |
Posted - 20 October 2000 : 12:28:32
|
Dang~~~ Richard... Just a few minutes? YOU ARE GOOD... You get paid well? YOU SHOULD!
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 October 2000 : 12:36:44
|
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 |
 |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 12:58:27
|
<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 |
 |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 13:05:21
|
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 |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 October 2000 : 13:10:53
|
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 |
 |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 15:37:13
|
Thx for all Richard but it don't works... <img src=icon_smile_sad.gif border=0 align=middle>
GmX |
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 20 October 2000 : 15:43:07
|
Did you get an error ? Can you tell me what the error is? |
 |
|
GmX
Starting Member
40 Posts |
Posted - 20 October 2000 : 15:56:18
|
<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 |
 |
|
Reinsnitz
Snitz Forums Admin
    
USA
3545 Posts |
Posted - 25 October 2000 : 15:14:16
|
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> |
 |
|
|
Topic  |
|