Adding attachment to Eudora...
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.