[Seaside] sending emails

Randal L. Schwartz merlyn at stonehenge.com
Fri Jan 4 03:51:30 UTC 2008


>>>>> "Ching" == Ching de la Serna <ching.dls at gmail.com> writes:

Ching> Can anyone enlighten me on how to send emails programmatically from Squeak?
Ching> Is there a mail server in Squeak that can be used for this purpose as
Ching> opposed to a stand-alone third-party mail server?

Why do you need a mail server in Squeak?  I think you're looking for a mail
client.  And this client (there's a few for squeak) must connect with *some*
mail server in the world to be able to attempt delivery, and that mail server
must trust the mail client.  So, you'll need to know what mail server trusts
your machine from your current location, and use that.  That mail server will
in turn deliver the mail to your final location.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn at stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!


More information about the seaside mailing list