How to send multiple files to email tool?

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
yq.yang
Junior Member
Junior Member
Posts: 6
Joined: 2023-05-15, 03:48 UTC

How to send multiple files to email tool?

Post by *yq.yang »

Sending multiple files as attachments to email tool, as same as Windows sendto function.
How to do in TC?
Last edited by yq.yang on 2023-05-15, 11:43 UTC, edited 1 time in total.
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6968
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: how to send multiple selected files to email tool?

Post by *Horst.Epp »

The same way as in Explorer.
Context Menu / Send to / Mail Recipient
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
yq.yang
Junior Member
Junior Member
Posts: 6
Joined: 2023-05-15, 03:48 UTC

Re: how to send multiple selected files to email tool?

Post by *yq.yang »

2Horst.Epp
thanks for your reply.
I hope that is achieve throught hotkey or em command or plugins.
User avatar
Gral
Power Member
Power Member
Posts: 1600
Joined: 2005-01-26, 15:12 UTC

Re: How to send multiple files to email tool?

Post by *Gral »

If your tool accepts such arguments, you can create button or user command with parameters %S or %P%S
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to send multiple files to email tool?

Post by *Stefan2 »

yq.yang wrote: 2023-05-15, 09:48 UTC Sending multiple files as attachments to email tool, as same as Windows sendto function.
How to do in TC?
Which email tool is that?

For Outlook f.ex. there is an example over there >> viewtopic.php?p=301262#p301262





 
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6968
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: How to send multiple files to email tool?

Post by *Horst.Epp »

Stefan2 wrote: 2023-05-15, 12:14 UTC Which email tool is that?

For Outlook f.ex. there is an example over there >> viewtopic.php?p=301262#p301262
Thunderbird.
No need for any em_command or other config.
Select the files in TC and invoke
Send to / Mail Recipient
thru the context menu.

It uses the registered Mail client by this simple Send to entry.
Here the encoded content:

Code: Select all

MIME-Version: 1.0
Content-Type: application/octet-stream; name="Mail Recipient.MAPIMail"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="Mail Recipient.MAPIMail"

TWFpbA==
Last edited by Horst.Epp on 2023-05-15, 13:11 UTC, edited 1 time in total.
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to send multiple files to email tool?

Post by *Stefan2 »

Horst.Epp wrote: 2023-05-15, 12:58 UTC
No need for any em_command or other config.
Select the files in TC and invoke
Send to / Mail Recipient
thru the context menu.


That's only your opinion.
yq.yang wants to "achieve through hotkey"





 
User avatar
Horst.Epp
Power Member
Power Member
Posts: 6968
Joined: 2003-02-06, 17:36 UTC
Location: Germany

Re: How to send multiple files to email tool?

Post by *Horst.Epp »

Stefan2 wrote: 2023-05-15, 13:03 UTC That's only your opinion.
yq.yang wants to "achieve through hotkey" 
That was only in the answer to my suggestion.
I can't see the future while answering on the first post !
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.55 RC1 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to send multiple files to email tool?

Post by *Stefan2 »

Horst.Epp wrote: 2023-05-15, 13:16 UTC That was only in the answer to my suggestion.

Fine :wink:





 
yq.yang
Junior Member
Junior Member
Posts: 6
Joined: 2023-05-15, 03:48 UTC

Re: How to send multiple files to email tool?

Post by *yq.yang »

Thank you everyone.
My email tool is foxmail.
I define an em_command and Add %P%S in parameters ,The problem has been resolved.
User avatar
Stefan2
Power Member
Power Member
Posts: 4281
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: How to send multiple files to email tool?

Post by *Stefan2 »

yq.yang wrote: 2023-05-16, 01:27 UTC Thank you everyone.
My email tool is foxmail.
I define an em_command and Add %P%S in parameters ,The problem has been resolved.

Glad you solved it, well done, thanks for the feedback and the solution ;-)




 
Post Reply