We need some VM, image, and Swiki version info.

> I'm facing the same problem as Adam.  I've got the mac swiki installed and
> working, but cannot make email notification work.  I explored the issue with
> our university tech people who seemed to think I was doing everything
> correctly (naming the smtp server correctly etc.), leading me to suspect an
> unimplemented feature.

Wrong suspicion. It's *in there*. It maybe be broken, but it's implemented
:)

>  It's a shame, as I'd like to send notification to
> students in a class when their course page changes, is updated, etc.
> Any ideas?

See my question about hitting "override" rather than "inherit" in the
admin.

Second, see if you can use Celeste to send mail. If you can, that at least
helps narrow things down.

And try SPMTSocket directly (here's the code Adam):

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

Hello from Squeak!
'
                usingServer: 'yourSMTPserver'

If you have a Transcript open when evaluating this, you should see the
exchange.

Hope this helps.

Cheers,
Bijan.

Reply via email to