Here's the AppleScript:
And here's what you run in the Terminal:
osascript email.scpt "Recipient name" "recipient@example.com" "Subject" "Hi there,\nThis is automated.\n\nSincerely,\nYour Name"
Here's the AppleScript:
And here's what you run in the Terminal:
osascript email.scpt "Recipient name" "recipient@example.com" "Subject" "Hi there,\nThis is automated.\n\nSincerely,\nYour Name"
Simple: option-click to move the pointer with the mouse! Can't believe I didn't know this until now.
Go to https://reportaproblem.apple.com/. This shows your recent purchases, including in-app purchases.
You can also request refunds through here. I've been somewhat successful in getting refunded for apps that are buggy.
I figured out a way to use Mail.app with a very specific use case:
Mail.app on Mountain Lion (OS X) gets most of the way there by default. You can set up two different accounts, and it will intelligently select the proper outgoing address for replies.
When it does this, it will use the SMTP server you specify for each account. The problem is that when you send mail from the secondary account, it won't end up in the Sent folder for your primary account. Instead, it will be in the Sent folder for the secondary account. This is bad if you're trying to keep everything in one place.
The solution I found is actually surprisingly simple. The trick is to bcc yourself on all outgoing messages:
Then, set up two rules:
Here's an example of the 2nd rule ("Fastmail" is my primary account; the email address for my secondary account is blurred out):
When I send mail with my primary account, the messages is automatically put in my Sent folder, so I just discard the bcc'd message. That's the first rule.
When I send mail with my secondary account, because I'm forwarding mail from my secondary account to my primary account, the bcc'd message is forwarded to the inbox of my primary account. The second rule above moves it to my Sent folder.
I often convert documents to PDF using Mac OS's built-in print-to-PDF functionality. I usually want to save the PDF to the same folder as the original, and I often have this folder open in Finder.
It turns out that you can create "PDF Services" that appear in the print-to-PDF menu with Automator. Using a little bit of AppleScript, I created a PDF Service that will print-to-PDF and save in the folder open in the top-most Finder window.
To get this, download and unzip this zip file. Run the .workflow
file that's inside the zip and choose "Install", or you can manually install it by adding the .workflow
file to your ~/Library/PDF Services
folder.
If you're thinking about switching from Gmail to FastMail, you can try out FastMail while still running everything through your Gmail account. This will allow you to try out FastMail without worrying about having any messages missing in Gmail if you decide you don't like it.
I am not official FastMail support, so proceed at your own risk.
If you do this, you should receive all the mail sent to your Gmail in your FastMail account, and when you send outgoing mail it will be sent using Gmail's SMTP server so it will appear in your Gmail sent items.
This crazy AppleScript works as advertised: http://veritrope.com/tech/mail-to-evernote/
I recently set up Mail.app on OX X (10.8) to work with my FastMail account, and the INBOX.Archive folder on FastMail didn't show up automatically.
Enabling it was as simple as selecting a message and going to Message > Archive.
You then should see this:
To quickly change formatting in Evernote, I've made some TextExpander snippets.