Hi,
I would like to send an email from an application that contains the current ip address of the machine.
I have the email code in place and it works. I just need to add the ipaddress to the body of the email (ie I am not doing anything programmatically with the IP address).
I was hoping there was a really simple way like running ipconfig via the system command and grabbing the resultant text.
I would rather not have to open a socket.
Thanks,