Re: Eudora & AppleScript
Re: Eudora & AppleScript
- Subject: Re: Eudora & AppleScript
- From: Takaaki Naganoya <email@hidden>
- Date: Mon, 22 Jan 2001 02:24:40 +0900
At 5:26 PM +0200 01.1.21, David Bell wrote:
Is Eudora AppleScript friendly? I looked in the dictionary and it looks
like it is scriptable, but then I couldn't figure out how to do the
simplest thing: create a message to someone with a certain subject.
What is the best email program as far as it's AppleScript support?
Eudora is on of the most AppleScript friendly mailer.
---------
set mailAddr to "email@hidden"
set mailSubj to "Hello"
tell application "Eudora"
activate
make message at end of mailbox "Out" of mail folder ""
set field "to" of message 0 to mailAddr
set field "subject" of message 0 to mailSubj
set field "" of message 0 to "This is test mail."
queue message 0
connect with sending
end tell
---------
But mailers are too slow to send thousand of mesages.
So, If you need to send mails very quickly, I recommend you to use
Vampire Software's "MailOSAX PPC".
It is the fastest way to send emails.
----
Takaaki Naganoya
CABARET GRAPHICS
email@hidden
AirMac ("AirPort" in Japan) information page "On The Air"
http://www.airmac.org
We will display a hand made hover craft at Macworld Expo/Tokyo.
It's shape looks like the AirPort Base Station :-)