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 DEV-Group
 DEV Bug Reports (Closed)
 V33(.03) BUG+FIX: SMTP case appears twice
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Guru
Starting Member

32 Posts

Posted - 25 July 2001 :  17:02:52  Show Profile
I noticed that in the INC_MAIL.asp file 2 times a case "SMTP" is included, so I deleted the first Case block.

Think this is a very minor bug, and don't knw if this can have an effect on functionality (I bet it doesn't).

But anyway, just to inform you.....

Guru

Changed topic title...

Edited by - Davio on 07 November 2001 16:41:35

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 07 November 2001 :  16:39:28  Show Profile
Agreed. Needs to be fixed in the next version.

In inc_mail.asp, lines 226 to 237 can be safely deleted:
	case "smtp"
Set objNewMail = Server.CreateObject("SmtpMail.SmtpMail.1")
objNewMail.MailServer = strMailServer
objNewMail.Recipients = strRecipients
objNewMail.Sender = strSender
objNewMail.Subject = strSubject
objNewMail.Message = strMessage
on error resume next '## Ignore Errors
objNewMail.SendMail2
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
End if
This code is already on lines 159 - 170.

- David

Edited by - Davio on 07 November 2001 16:44:00
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 07 November 2001 :  16:42:13  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
I found this a while back but didnt really think about it

fixed for 3.4

---------------
-Da_Stimulator
Stims Snitz Test area - Running 3.3.03, 4 beta, and Huw's modified code
Need a Mod? Check out the Mod Resource
Go to Top of Page

Deleted
deleted

4116 Posts

Posted - 24 November 2001 :  18:49:16  Show Profile
Fixed in [v40b03patch001]...

Think Pink
Test Site not ready yet | Post v40b03 Patches
Go to Top of Page
  Previous Topic Topic Next Topic  
 Forum Locked  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07