In Snow Leopard, it doesn’t matter what your default e-mail program is, choosing choosing Mail PDF from the Print dialog box always launches Apple’s Mail and creates a new message. I wrote a simple script to work with Microsoft Entourage. Type this into Apple’s Script Editor (in /Applications/AppleScript):
on open these_itemstell application "Microsoft Entourage" set theMessage to make new draft window repeat with theFile in these_items set theFilePath to theFile as text make new attachment at theMessage with properties {file:theFilePath}end repeat end tell end open
Give it a descriptive name (like Send PDF Via Entourage) and save it as a script. Place the script in your PDF Services folder (inside youruserfolder/Library/). Now you’ll see this choice in the PDF menu in any Print dialog box.—jcwelch, Macworld.com forums