端口 465 的 ssl false 不会引发服务器 smtp.gmail.com 的异常

发布于 2024-10-24 07:47:17 字数 544 浏览 1 评论 0原文

我正在尝试使用 com.sun.mail ..... Mail api 连接到我的 gmail 帐户。 我正在使用邮件 api 版本 1.4.2 - mail_1.4.2.jar 现在我尝试连接以下详细信息:

username : [email protected]
password : some password (correct password)
host : smtp.gmail.com
port : 465
SSL : false

但是当我尝试执行 Transport.connect(host,port,username,password) 时,它只是挂起 - 没有错误返回,没有异常。请帮助我,如果 SSL 不存在,那么它应该提示我一些错误。

我能够像 true 一样连接 SSl,其余配置与上面相同。

I am trying to connect to my gmail account using com.sun.mail ..... Mail api.
I am using mail api version 1.4.2 - mail_1.4.2.jar
Now I am trying to connect with following details as :

username : [email protected]
password : some password (correct password)
host : smtp.gmail.com
port : 465
SSL : false

But when I try to execute Transport.connect(host,port,username,password), it just hangs -- no error return, no exception. Please help me out as if SSL is no then it should prompt me some error.

I am able to connect with SSl as true and rest of the configurations are same as above.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

白芷 2024-10-31 07:47:18

SSMTP 通常位于端口 465 上。SMTP

通常位于端口 25 上。

请重试,但使用端口:25。 Google 可能会在 465 上强制执行 TLS/SSL。

SSMTP is typically on port 465.

SMTP is typically on port 25.

Try again, but use port : 25. Google might enforce TLS/SSL on 465.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文