使用 JAVA Mail API 的 SMTP 程序
我正在使用java做SMTP程序,我有一个疑问。我可以使用 SMTP 服务器 IP 而不是名称,例如 我可以使用 64.233.183.109 代替 smtp.gmail.com 作为 gmail smtp 吗?
请告诉我 .. 提前致谢
I am doing SMTP program usign java, I have a doubt. Can I use SMTP server IP instead of name like
can I use 64.233.183.109 instead of smtp.gmail.com for gmail smtp?
please tell me ..
Thanks in Advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从技术上讲是可以的,但如果 IP 发生变化,就会破坏您的脚本。只使用 smtp.gmail.com 有什么问题?它仍然会显示为从该主机名发送。
Technically you can, but should the IP change then it will break your script. Whats the problem with just using smtp.gmail.com? It will still show up as being sent from that hostname.