No. You can call, via HTTP, to a site. If you can set up a site to
send that email, then you've got a path to completion.
> Does anyone happen to know if it is possible to send an e-mail from a
> GM script?
> Or if failing that any way I could send a notification to a phone (the
> idea being that a script watch a site, and then upon a trigger in the
> code being hit, it would e-mail an account that has instant push on
> the iPhone)
If I were you I'd try a combination of screen scrapping (via JGate for
example) plus Tarpipe for the e-mail notification. (JGate offers
hosting of server-side javascript). Just an idea.