ghacks Technology News

Add Send Email Attachment with to context menu

I have added a “send attachment” entry to my right-click context menu when I perform that action on files. Adding attachments to emails was always sort of a burden for me because it was really uncomfortable to open the mail program, click on the attachment button and browse to the file on the hard drive of the computer. A far better way is to right-click the file and select an entry that would automatically open the email program. All that was left to do from this point on was to fill out the email address and write the mail.

I only found information to add the “send attachment” entry to the right-click menu for Thunderbird and Outlook. Both require almost the same steps only the command that is used will be different. Open the registry by pressing Windows + R, typing regedit and hitting enter. Navigate to the key Hkey_Classes_Root \ * \ shell. If the shell entry is not there create it by right-clicking on * and selecting New > Key from the menu and name it shell.

Now create another key in the shell key and name it any way you like. This will be shown in the right-click menu so choose something like “send attachment” for instance. Create another key in the newly created key “send attachment” and name it “Command”.

Right-click on the Default entry in the right pane of Command and right-click it. Select modify from the menu and add the following entry if you want to send attachments to Outlook: "Path to Outlook.exe" /a "%1"

If you want to send attachments with Thunderbird change the default value to: "Path to Thunderbird.exe" -compose attachment="file://%1". My command looks like the following to give you an impression "C:\Program Files\Mozilla Thunderbird\Thunderbird.exe" -compose attachment="file://%1"

Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook or Twitter.

Related Articles:

How to create new context menu options
Context Menu Enhancer, Add Features To Windows Explorer Context Menu
Edit the Send To Menu
Display Email Attachment Sizes In Thunderbird
Add Programs To Windows 7 Context Menu



About the Author:Martin Brinkmann is a journalist from Germany who founded Ghacks Technology News Back in 2005. He is passionate about all things tech and knows the Internet and computers like the back of his hand. You can follow Martin on Facebook or Twitter.

Author: , Monday May 7, 2007 -
Tags:, , , ,


Responses so far:

  1. SysstemLord says:

    That’s useful, but there is already something similar in windows, you can right click on the file and select “send to”–>”Mail Recipient”
    And it will attach the file in your default mail program.

  2. me says:

    This is good only for single file
    with multiple files it will bring many instances of thunderbird compose.

  3. Paul K says:

    I tried this.

    Nothing changed.

    It did not add a “send to email” option to my context menu. Any ideas?

    Win2000.

Leave a Reply   Follow Ghacks   Subscribe To Comment Rss

Subscribe without commenting

© 2005-2012 Ghacks.net. All Rights Reserved. Privacy Policy - About Us