Yes, SMTP functionality works only on a Unix platform. I haven't tried it out, but if you have an SMTP server on localhost, removed the following lines in the NeoBoardArticle.py and give it a try: # Enabled only on a unix platform if not os.environ.has_key('OSTYPE') or not os.environ['OSTYPE'] == 'linux-gnu': return I'll polish up this part in the next version. -----Original Message----- From: Philip Kilner [mailto:phil@xfr.co.uk] Sent: Thursday, July 18, 2002 6:05 PM To: Wankyu Choi; zope@zope.org Subject: Re: [Zope] NeoBoard - Stupid Newbie Questions Hi All, In article <VA.0000047d.00e6f2c9@xfr.co.uk>, Philip Kilner wrote:
So, NeoBoard comes with its own Mailer class which defaults to localhost, port 25. You don't need a Mailhost. Works only on a Unix platform, though.
I guess that's my problem - I'm on NT 4.0....(e.g. Win32)
Have just tested 0.9.3, and aren't seeing any email functionality on Win32. Should this be the case? (Zope 2.5.1 on Win2K, SMTP server (David Harris's Mercury/32) on localhost on port 25. TIA, PhilK