Why can't I post mails to SSL/TLS servers in Squeak?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Why can't I post mails to SSL/TLS servers in Squeak?

강진오
When I try to mail out bug report to our mailing list,
My Squeak always throw an error: "TelnetProtocolError".
I looked out the response, and found this message:
 
530 5.7.0 Must issue a STARTTLS command first. o2sm129678pbb.45
 
Start TLS? That means It need TLS to send a mail!
It seems that my mail server (pop.gmail.com) uses TLS, but Squeak does not support it.
How can I make my squeak mailing service also work on TLS mail servers?
 
P.S. I translated 563 phrases into my language! but... 1503 left... Maybe I could finish it after my Squeak version got out of date.
 
Best Regards,
- Jin-oh -


Reply | Threaded
Open this post in threaded view
|

Re: Why can't I post mails to SSL/TLS servers in Squeak?

vaidasd
I use SqueakSSL-SMTP package of SqueakSSL project:
http://www.squeaksource.com/SqueakSSL.html

Vaidas

2012 m. kovas 2 d. 15:43, 강진오 <[hidden email]> rašė:

> When I try to mail out bug report to our mailing list,
> My Squeak always throw an error: "TelnetProtocolError".
> I looked out the response, and found this message:
>
> 530 5.7.0 Must issue a STARTTLS command first. o2sm129678pbb.45
>
> Start TLS? That means It need TLS to send a mail!
> It seems that my mail server (pop.gmail.com) uses TLS, but Squeak does not
> support it.
> How can I make my squeak mailing service also work on TLS mail servers?
>
> P.S. I translated 563 phrases into my language! but... 1503 left... Maybe I
> could finish it after my Squeak version got out of date.
>
> Best Regards,
> - Jin-oh -
>
>
>