How to send multiple files as attachments using an email tool?
Moderators: Hacker, petermad, Stefan2, white
How to send multiple files as attachments using an email tool?
How can I send multiple files as attachments using an email tool, similar to the way it's done with the Windows "sendto" function? Specifically, I'm looking for guidance on accomplishing this task within Total Commander (TC).
Re: How?
It should work the same way via the context menu, which can be opened by holding the right mouse button.
PS: Please change the thread's title to a descriptive one by editing your first post.
Regards
Dalai
PS: Please change the thread's title to a descriptive one by editing your first post.
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: How?
In TC: Select the files you want to send, right-click on one of the files, choose: "Send to", choose: "Mail recipient"
In TC you have to hold down the right mouse button for a little while to open the context menu. Alternatively you can press Shift+F10 or press the context menu button (if present) on your keyboard (usually located to the left of the right-side Ctrl key)..
In TC you have to hold down the right mouse button for a little while to open the context menu. Alternatively you can press Shift+F10 or press the context menu button (if present) on your keyboard (usually located to the left of the right-side Ctrl key)..
Moderator message from: petermad » 2023-09-15, 11:46 UTC
Changed the original topic title from "How?" to "How to send multiple files as attachments using an email tool?"
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: How to send multiple files as attachments using an email tool?
2MaxNorman
This is done using the mailto: control prefix. There is also a utility SendTo.exe (I once made a script based on it).
This is done using the mailto: control prefix. There is also a utility SendTo.exe (I once made a script based on it).
Overquoting is evil! 👎
Re: How to send multiple files as attachments using an email tool?
AFAIK it is not possible to attach files using mailto: hence not attaching the files selected in TC's file panel.This is done using the mailto: control prefix.
With command line parameters in for example Mozilla Thunderbird or Mozilla SeaMonkey it is only possible to attach one file.
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: How to send multiple files as attachments using an email tool?
2MaxNorman
Here is some more information on this topic:
- Outlook -> Google Translate (German > English)
- Thunderbird
Maybe you can even tell us which email tool you would like to use?
Here is some more information on this topic:
- Outlook -> Google Translate (German > English)
- Thunderbird
Maybe you can even tell us which email tool you would like to use?
Re: How to send multiple files as attachments using an email tool?
I agree about mailto, I was a little hasty with the advice.petermad wrote: 2023-09-16, 21:24 UTC AFAIK it is not possible to attach files using mailto: hence not attaching the files selected in TC's file panel.
With command line parameters in for example Mozilla Thunderbird or Mozilla SeaMonkey it is only possible to attach one file.
My script with the specified utility attaches several files for a systemically associated program.
The script substitutes names in the subject line with the desired separator. If you don't need it, you can use a simple button with SendTo:
Code: Select all
TOTALCMD#BAR#DATA
%COMMANDER_PATH%\Utils\SendTo.exe
-files %P%S -subject "Get the files!" -to @
sendmail.dll
Attach selected files in the email client
1
Overquoting is evil! 👎