Can we find the address of pop3 server from an email address?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I can get the smtp server address from an email address by using DnsQuery() function.But I wonder wether I can get the pop3 server address or not. If u can, tell me how. Thanks.
-
I can get the smtp server address from an email address by using DnsQuery() function.But I wonder wether I can get the pop3 server address or not. If u can, tell me how. Thanks.
No, the pop3 server may be on a different machine entirely. Typically ISPs name the machine 'pop.something.com', but thats just an arbitrary naming convention rather than a standard.