SMTP mail transmitter, some websites can not connect

xiaoxiao2021-03-06  39

I have written a transmitter of the SMTP mail protocol, but some websites have no way to establish a connection string mx = "sohumx.sohu.com"; inetaddress addr = inetaddress.getbyName (mx); socket socket = new socket (addr, 25) I want to know this socket, how to get the SMTP server address of the exact site

转载请注明原文地址:https://www.9cbs.com/read-76955.html

New Post(0)