[Seaside] How to email

Boris Popov boris at deepcovelabs.com
Tue Aug 14 16:55:27 UTC 2007


I just tried,

telnet smtp109.rog.mail.re2.yahoo.com 25

which seems to be the originating SMTP server Richard is using and it looks like its running on a standard port.

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 Brian Brown
> Sent: Tuesday, August 14, 2007 9:45 AM
> To: Seaside - general discussion
> Subject: Re: [Seaside] How to email
> 
> You can test an email port by using telnet to connect to the proper
> port, which is historically 25 for SMTP; however, 587 is the new SMTP
> port and more ISP's are turning off 25 and switching to 587. 993 is
> the traditional port for secure smtp as well.
> 
> So you should be able to telnet from your box to whatever the open
> email port at your ISP is and even see what email server software
> they are using based on the first response.
> 
> - Brian
> 
> On Aug 14, 2007, at 10:18 AM, Boris Popov wrote:
> 
> > 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
> > _______________________________________________
> > Seaside mailing list
> > Seaside at lists.squeakfoundation.org
> > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


More information about the seaside mailing list