Hi @Shehun Ayele ,
The message says that the DNS query failed. How you are using the conector to send emails to internet? are you using a MX record or SmartHost.
If you are using a MX record option :
Please open de CMD an run nslookup in your exchange server:
And it show your DNS local that you are using :
type gmail.com and if you see that resolve the names
a) if you not able to see something like that is because your local DNS is not resolving the domain name so you need to check the local dns, a quick test that you can do is type server 8.8.8.8 to chose the dns into the nslookup command, after this type again gmail.com if now you are able to see the addresses that mean that you need go to your nick of the exchange server and change the DNS "Maybe can be add an aditional DNS Server setting and not move the first one because its must be point to your Domain Controller.
b) If the option a is not working for you you need check if the port is open.
- install in features the telnet client into the exchange server
- use the cmd to run telnet 8.8.8.8 53 *The step two means that will try to connect to the ip 8.8.8.8 goolge dns to the port 53 (Port used to the DNS query)
- Maybe recive a message that is not possible to connect. So thats mean that you need check your endpoint firewall, firewall apliance or network restriction.
Other wise if you are using the smart host please check the same situation into the appliance or your smart host provider!.
Please let us know if its works for you!