[Seaside] How to email

Philippe Marschall philippe.marschall at gmail.com
Wed Aug 15 04:58:37 UTC 2007


2007/8/14, Richard Eng <richard.eng at rogers.com>:
>
>  Then why am I getting a TelnetProtocolError: 501 malformed auth input
> (#5.5.4) error during login to the SMTPClient object?

That is a SMTP error code see:
http://www.faqs.org/rfcs/rfc2821.html
There are many possible causes for this. I know that we once did some
hacks to make SMTPClient work for us. You get a TelnetProtocolError
because SMTPClient is a subclass of TelnetProtocolClient (for code
sharing).

Cheers
Philippe

>  Richard
>
>  ---------
>  > Doesn¹t SMTPClient use telnet?
>  >
>  > Richard
>
>  No, it uses SMTP.
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>


More information about the seaside mailing list