maybe write a batch file that ipconfigs into a file and then emails the file SMTP style.

@echo off
ipconfig /all > file.txt
telnet xxx.xxx.xxx.xxx 25 < SMTPscript.txt

maybe that helps?? just a little something to give you an idea of what i mean.