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)
 BUG (3.1sr4): Chili email doesn't work
 Forum Locked  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Anders M
Junior Member

Sweden
117 Posts

Posted - 03 April 2001 :  16:59:32  Show Profile  Visit Anders M's Homepage
Hi,

I run the forum on Linux / Chili!Soft ASP. Therefore I chose "Chili!Mail" in the Email Server Configuration form. However, I had to change some code in order to get it working. This is what I did:

Line 95 in inc_mail.asp

objNewMail.Send strSender, strRecipients, strSubject, strMessage


is changed to

objNewMail.Host = strMailServer
objNewMail.To = strRecipients
objNewMail.From = strSender
objNewMail.Subject = strSubject
objNewMail.Body = strMessage
objNewMail.Send


as described in this Chili!Soft web page.

Why is the original code written as it is? Is it a bug?

-Anders M

gor
Retired Admin

Netherlands
5511 Posts

Posted - 09 May 2001 :  13:19:45  Show Profile  Visit gor's Homepage
quote:

Why is the original code written as it is? Is it a bug?



I'm not sure why it was written that way (I added that code), but you're probably the first to really test/use that codepart.


Pierre
Join the Snitz WebRing
Go to Top of Page

Anders M
Junior Member

Sweden
117 Posts

Posted - 10 May 2001 :  09:42:09  Show Profile  Visit Anders M's Homepage
quote:
I'm not sure why it was written that way (I added that code), but you're probably the first to really test/use that codepart.

Ok. I would be glad if you could add this bug fix to the next Snitz release

Go to Top of Page

HuwR
Forum Admin

United Kingdom
20584 Posts

Posted - 10 May 2001 :  11:38:19  Show Profile  Visit HuwR's Homepage
Changes implemented in source for next release

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