I have a problem that under DHCP, if I resolve() a dotted IP - it works fine, but the same host resolve(“hostname”) succeeds - but with a DIFFERENT return value. (compared ecternally in a command window ping)
I can subsequently ping the dotted return value, but NOT the value returned when using the hostname…
BUT! elsewhere in the same program - I send SMTP email using the text hostname - so ‘someone’ is able to resolve it properly…
Any ideas ?