How to send multiple files as attachments using an email tool?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
MaxNorman
New Member
New Member
Posts: 1
Joined: 2023-08-11, 03:32 UTC

How to send multiple files as attachments using an email tool?

Post by *MaxNorman »

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).
User avatar
Dalai
Power Member
Power Member
Posts: 9963
Joined: 2005-01-28, 22:17 UTC
Location: Meiningen (Südthüringen)

Re: How?

Post by *Dalai »

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
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64

Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
User avatar
petermad
Power Member
Power Member
Posts: 16021
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: How?

Post by *petermad »

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)..

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
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to send multiple files as attachments using an email tool?

Post by *Fla$her »

2MaxNorman
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! 👎
User avatar
petermad
Power Member
Power Member
Posts: 16021
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: How to send multiple files as attachments using an email tool?

Post by *petermad »

This is done using the mailto: control prefix.
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.
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
User avatar
tuska
Power Member
Power Member
Posts: 4049
Joined: 2007-05-21, 12:17 UTC

Re: How to send multiple files as attachments using an email tool?

Post by *tuska »

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?
Fla$her
Power Member
Power Member
Posts: 2996
Joined: 2020-01-18, 04:03 UTC

Re: How to send multiple files as attachments using an email tool?

Post by *Fla$her »

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.
I agree about mailto, I was a little hasty with the advice.

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
@ at the end of the parameters needed for Thunderbird, otherwise you can remove it.
Overquoting is evil! 👎
Post Reply