Dear all, I cannot send message using ssl by James. I set the smtp ssl port number to 25, pop3server ssl is 995, telnet admin ssl port is 4555. I can successfully check my email by ssl, but cannot send email by ssl. To track the problem, I even register a ConnectionListener and TransportListener. Then I use the code: SMTPSSLTransport transport = new SMTPSSLTransport(session, urln); transport.connect(); The ConnectionListener gives a correct feedback, showing the connection is successfully established. But then, when I call the code: transport.send(msg); it gets stuck there, without any feedback. Can anyone give a hand? Thanks. Tom
