Keyboard Shortcut to send email with attachment

I’m looking for a way to be able to select one or more files (usually a pdf) and hit shortcut on MacOS and have that file included in a new email.

There is a share to new email when right-clicking a file, so I’m guessing this is possible without a third-party app.

Any suggestions on how to set this up?

My suggestion would be to use LaunchBar and its “SendTo” feature.

1 Like

If you’re using the stock Mail app, you can create an Automator/Applescript workflow:

https://www.macobserver.com/tmo/article/Email_Attachments_with_Automator
http://automator.us/examples-06.html




If you’re not using the stock mail app it might be built-in. Mailplane and Kiwi, for example (both for Gmail,) appear in the pop-up right-click Share menu in the Finder.

1 Like

in mojave you can use the quick action in the finder and link that to an automator action to send the email with the selected files attached.
I have one like that on my system.

create quick action in automator -> action receives files and folders in finder -> create new email -> add files to email in foreground -> done

or when you have Keyboard Maestro you can create a shortcut to do exactly what you want.

1 Like