bfak (AT) erols (DOT) com wrote:
Quote:
"tell application ""Macintosh HD:Applications (Mac OS
9):INTERNET:Netscape Communicator™ Folder:Netscape Communicator™""
¶
OpenURL ""mailto:" & E1 & """¶
activate¶
end tell"
Do you have a script that is equivalent to this that will work with
either Thunderbird, Eudora or Mail? |
You may have grossed-out a lot of people by trying to use Applescript
and referencing a classic application by full path name. A simple "how
do I open a new email message from FMP?" would surely have received an
answer.
If that is really all you wanted to do, it's trivial. The following will
use your preferred email program, which you can set to anything you want.
The FMP script is just "open URL" [field value E1_MailTo], where
E1_MailTo is a FMP calculation field "mailto: " & E1
If you were actually trying to create a series of form letters, a
natural objective when working with a database, there are more
efficient ways to do this.