I have a MAC and I want to automate it so that if I send an email to one of my accounts, that email is immediate开发者_StackOverflow中文版ly copied on to a word document that sits in my drop box account. Any ideas or suggestions are very much appreciated,
thanks!
You should start learning AppleScript.
Then get familiar with Automator.
Automator Actions for Mail.app to export to a text file in a directory.
Folder Actions to convert that text file into a Word document and move it into your DropBox folder.
精彩评论