• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Eudora & AppleScript
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 :-)


References: 
 >Eudora & AppleScript (From: David Bell <email@hidden>)

  • Prev by Date: Re: HEX/HTML Color to RGB Color
  • Next by Date: Rolling through FileMaker...
  • Previous by thread: Re: Eudora & AppleScript
  • Next by thread: HEX/HTML Color to RGB Color
  • Index(es):
    • Date
    • Thread