Link to home
Start Free TrialLog in
Avatar of Snyke
Snyke

asked on

How to implement DIG in C++ ???

I'm trying to make an SMTP server to send emails.
The problem is that I have to know where to send the data (until now it just relays to some fixed smtp servers on the net).
I therefore need to implement some kind of dig (I was told something like MX...???)
Could you explain me how to do it?
And if possible post some code (that works on Windows)?

.: Snyke :.
ASKER CERTIFIED SOLUTION
Avatar of _nn_
_nn_

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Snyke
Snyke

ASKER

Isn't there a lighter thing?
I just need something to get the MXs and this one gets everything, making my program really heavy...