Re: Eudora script works, but doesn't (?)
Re: Eudora script works, but doesn't (?)
- Subject: Re: Eudora script works, but doesn't (?)
- From: Devon and Cornwall <email@hidden>
- Date: Tue, 6 Mar 2001 18:16:11 -0800
At 9:34 AM -0800 3/6/01, Diego C De La Vega or Joe Baez wrote:
>
Hi AppleSripters,
>
I received a reply from someone on this mailing list
>
about how to get Eudora to send a copy of my current
>
IP address to an email address of my choice. It seems
>
to work except for one small thing: the IP address
>
seems to be incorrect. I tried to use the number to
>
access my computer remotely, and it turns out that the
>
the IP address I was sent is different to the IP
>
Address appearing in the active TCP/IP control panels.
>
Maybe its sending the router address of my ISP? Im not
>
sure. All I have here is just a simple connection to
>
the internet via an internal 56K modem.
>
Waiting for a reply, and thanks to all that have
>
helped thus far :)
>
Joe Baez
We also have had problems getting a correct IP from Eudora when using
multiple personalities (hummm, sounds familiar) and a different IP
with every connection. Take the first line from this and plug it into
your script.
Devon and Cornwall
--Never wear brown shoes with a blue suit.
--Requires: Network Info OSAX 1.2 - by Carl W. Bell
--
http://ackmo.baylor.edu/~bellc/stuff.html
--
http://ackmo.baylor.edu/~bellc/files/Network_Info_OSAX_1.2.hqx
IP address of (network information) returning myip
tell application "Finder"
activate
set the clipboard to myip
end tell