From time to time I need to send a message to a group of clients, but I
need to add a different attachment to each person. So I would love a set
of actions that would let me:
1) identify a list of recipients
2) set the text of the message
3) identify the attachments to send
4) somehow match the attachments to the recipients
5) send the messages
I can see where this might require a supporting Finder workflow to
rename the files with some kind of marker that the Entourage actions
would use in the matching process.
Is this the kind of idea you were looking for?
Yes. This is almost the sort of thing that Automator is for. A series of
Automator actions would let you update the group of recipients, update the
text, and update the attachment(s) each time you wanted to use it, and in an
easier manner than a regular AppleScript would do. Since AppleScripts don't
have user interfaces they need to keep popping up those annoying dialogs and
lists to get at filters you're looking for.
The flaw in the ointment here is step 4, as you seem to realize. This is
getting too customized for anything but a customized script again. It would
be perfect if everyone got the same attachment. (In fact, that's a gap in
Word's Mail Merge, which otherwise could do all of this except step 5: it
can't add even a single attachment to a mail merge. This is definitely
something for an Automator workflow.) To set up individualized attachments
you'd need to do something like naming each file after the name of the
recipient. Surely it would be a lot easier just to have the action or script
make the messages and then do the attachments yourself. Why would that be
any harder than renaming files? It's easier to drag an attachment to a
message than to rename it in the Finder, if you ask me. You can't count on
having the attachments in the order you want in a Finder folder otherwise,
can you?
--
Paul Berkowitz
MVP MacOffice
Entourage FAQ Page: <
http://www.entourage.mvps.org/faq/index.html>
AppleScripts for Entourage: <
http://macscripter.net/scriptbuilders/>
Please "Reply To Newsgroup" to reply to this message. Emails will be
ignored.
PLEASE always state which version of Microsoft Office you are using -
**2004**, X or 2001. It's often impossible to answer your questions
otherwise.