[Seaside] How to email

Boris Popov boris at deepcovelabs.com
Tue Aug 14 16:18:05 UTC 2007


Well, SMTP client should use SMTP protocol, which opens a port to the server, sends a bunch of commands, and gets a bunch of responses. If your regular email client is able to talk to the server, so should your SMTP client in Squeak, no? Now, I know nothing about Squeak, but I've used VisualWorks SMTP client many times against a countless number of email servers and it always worked just fine, with or without auth in place. I would look into why you are getting an error and not resort to running postfix or sendmail yourself.

Cheers,

-Boris

-- 
+1.604.689.0322
DeepCove Labs Ltd.
4th floor 595 Howe Street
Vancouver, Canada V6C 2T5
http://tinyurl.com/r7uw4

boris at deepcovelabs.com

CONFIDENTIALITY NOTICE

This email is intended only for the persons named in the message
header. Unless otherwise indicated, it contains information that is
private and confidential. If you have received it in error, please
notify the sender and delete the entire message including any
attachments.

Thank you.

> -----Original Message-----
> From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> bounces at lists.squeakfoundation.org] On Behalf Of Richard Eng
> Sent: Tuesday, August 14, 2007 9:15 AM
> To: Seaside - general discussion
> Subject: Re: [Seaside] How to email
> 
> Doesn¹t SMTPClient use telnet?
> 
> Richard
> 
> -----------
> Telnet?
> 
> -Boris
> 
> > -----Original Message-----
> > From: seaside-bounces at lists.squeakfoundation.org [mailto:seaside-
> > bounces at lists.squeakfoundation.org] On Behalf Of Richard Eng
> > Sent: Tuesday, August 14, 2007 9:11 AM
> > To: Seaside - general discussion
> > Subject: Re: [Seaside] How to email
> >
> > Okay, I give up. For whatever reason, Rogers won't let me use telnet
> to
> > access their server. But then the terms of use prohibit me operating a
> > server from home anyway.
> >
> > I guess for the purposes of testing, I'll have to install
> > Postfix...another upcoming nightmare.
> >
> > Richard
> 
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list