[Seaside] How to email

Brian Brown rbb at techgame.net
Tue Aug 14 16:44:41 UTC 2007


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



More information about the seaside mailing list