• 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
Adding attachment to Eudora...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding attachment to Eudora...


  • Subject: Adding attachment to Eudora...
  • From: graphics <email@hidden>
  • Date: Wed, 23 Oct 2002 12:41:20 -0400

Maybe a better app to use?

Here is what I currently have (o, btw I am rather new to applescript):

set theFile to "Macintosh HD:swss_test-please_delete.txt"
tell application "Eudora"
set fileList to (theFile as list)
activate
set newMsg to make new message at end of mailbox "Out" of mail folder ""
set field "to" of message 0 to "email@hidden"
set field "subject" of message 0 to "The Subject"
set field "cc" of message 0 to "email@hidden"
set field "bcc" of message 0 to "email@hidden"
set field "" of message 0 to "This is the body of the message."
attach to newMsg documents fileList
end tell

What I am trying to do is set up a system where, when I am finished creating
an ad I click a button in FMP and the ad gets email or ftp'd without further
intervention. Everything is working fine except the attach. I have tried it
the way in the documentation (among many permutations) and from some
suggestions on this list in the archives.
--
Curtis J Siters
Subway Stamp Shop
2121 Beale Avenue, Altoona, PA 166001
814.946.1000
--
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.

  • Follow-Ups:
    • Re: Adding attachment to Eudora...
      • From: Malcolm Fitzgerald <email@hidden>
    • Re: Adding attachment to Eudora...
      • From: John Delacour <email@hidden>
  • Prev by Date: scripting photoshop 7
  • Next by Date: Re: need help printing from quark
  • Previous by thread: scripting photoshop 7
  • Next by thread: Re: Adding attachment to Eudora...
  • Index(es):
    • Date
    • Thread