Quote Originally Posted by joseph View Post
How can I get an IP address from QDns::MailServer.name ??
Something equivalent to:

dig -t mx ourserver.com

and then:
host server.returned.for.ourserver.com

I think
Qt Code:
  1. socket->connectToHost( s.first().name ,25 );
To copy to clipboard, switch view to plain text mode 
should resolve the QDns::MailServer.name to IP address.
Only if it is resolvable by your machine. That's why I asked to check it out.