>Automator allows you to create an application that will launch CE OK >but I cant work out how to open a new mail in CE and insert the address >etc. >CE isn't one of the apps in Automator (at this point)
I've never used Automator, but can you use standard Applescript with it? Tell Application "Emailer" activate handle URL <url string ref or variable pointing to such> end tell that will cause Emailer to process the URL as if it was handed directly to it. I believe (but couldn't test), all you need to do to capture the mailto link is before the tell block put something such as get URL set myURL to the result or possibly just set myURL to URL I hadn't worked out how to capture the URL yet, so the above is just my guess from a quick look at the dictionaries. Since I couldn't get my applescript to be set as the default mail client, I couldn't actually test what happens when you click a mailto link. -chris <http://www.mythtech.net> ___________________________________________________________________________ To unsubscribe send a mail message with a SUBJECT line of "unsubscribe" to <[EMAIL PROTECTED]> or <[EMAIL PROTECTED]>

