Let’s assume you’re working in the training department of a firm, and need to send training materials to new recruits on a regular basis. The usual way is to right-click on the file, choose Send To, and click Mail Recipient. This attaches the file to the compose window in your mail client.
How about saving bandwidth in your local network by sending the target path of documents (residing in a network share), instead of attaching them to mail?
For this purpose, I wrote a script which adds the Mail Recipient (as Path) option to the Send To menu, which when clicked, opens the compose mail window and adds the target location of selected files and folders to the Body.
1. Download SendLinkToMail.zip
2. Unzip the archive and extract the file sendlinktomail.vbs to a permanent location.
3. Double-click sendlinktomail.vbs to run it.
4. When you see the following prompt, simply press ENTER:

The Mail Recipient (as Path) is now added to the Send To menu.
5. Open the location which contains documents that you want to email (as Path)

6. Select the files.
7. From the File menu, choose Send To and click Mail Recipient (as Path)

This opens your mail client, with the Subject and Body fields populated.

Note: Hyperlink is formed correctly as long as the path does not contain spaces.
Add a salutation, type your message, mention the To: address and send it.
Customization
To change the default Subject line and To: address, edit the script using Notepad and modify the variables in Line #28 and 29. For example:
strRecipientEMail = "somename@mydomain.com"
strMailSubject = "Training Documents"
Undo Information
To remove Mail Recipient (as Path) option from the Send To menu, re-run the script, type UNINSTALL and press ENTER. Then delete the file sendlinktomail.vbs manually.
Bookmark this Page!
BlinkList | del.icio.us | Digg it | Furl | reddit | Spurl | StumbleUpon |
Related Posts
- E-Mail Selected Text in a Web Page Using Snip IT Add-on for Internet Explorer
- Speed Up the Send to Menu in Windows
- Unable to Open .EMAIL File Attachments in Windows Mail
- Bottom-Posting in Windows Mail
- Fix: “Read Mail” Button Does Not Work in Internet Explorer
- View Hidden Items in the Send to Menu in Windows 7
- Show or Hide the Accounts Option Under Tools Menu in Windows Mail
- Microsoft Newsgroup Setup Instructions for Windows Mail
- How to Add the UK English Spell Check Option in Windows Live Mail
- Add Quick Launch (Create Shortcut) Option to the Send to Menu in Windows XP/Vista
If you enjoyed this post, make sure you subscribe to our RSS feed! We feature Tips, Troubleshooting information, Scripts and Utilities for Microsoft Windows Operating Systems!
Prefer an E-mail subscription?

› 
Charlie thats not a real question! windows XP can already do that!
how about this: How could I modify this script so it adds a shortcut (.lnk) of the selected files instead?
Is there a way to have this attach the file instead of pasting the link in the body?
thanks,
charlie