Dan and Adam, do you know how to open a Workspace and a Transcript in 
Squeak?  Could you try Bijan's example (below) by typing it into a 
Workspace (replacing all the things in 'single quotes' by the right 
values for you), selecting it all, and typing Command/Alt-D.  If it 
works, there's a Swiki bug.  If it doesn't, somehow, email isn't 
working in your image.  Could be a firewall problem, or something 
with the server box itself.

        SPMTSocket
                deliverMailFrom: '[EMAIL PROTECTED]'
                to: #(#'[EMAIL PROTECTED]' )
                text: 'From: test
To: "not listed"
Subject: this is a test

Hello from Squeak!
'
                usingServer: 'yourSMTPserver'
--------------------------
Mark Guzdial : Georgia Tech : College of Computing : Atlanta, GA 30332-0280
Associate Professor - Learning Sciences & Technologies.
Collaborative Software Lab - http://coweb.cc.gatech.edu/csl/
(404) 894-5618 : Fax (404) 894-0673 : [EMAIL PROTECTED]
http://www.cc.gatech.edu/gvu/people/Faculty/Mark.Guzdial.html

Reply via email to