How to send multiple files to email tool?
Moderators: Hacker, petermad, Stefan2, white
How to send multiple files to email tool?
Sending multiple files as attachments to email tool, as same as Windows sendto function.
How to do in TC?
How to do in TC?
Last edited by yq.yang on 2023-05-15, 11:43 UTC, edited 1 time in total.
Re: how to send multiple selected files to email tool?
The same way as in Explorer.
Context Menu / Send to / Mail Recipient
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
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
Re: how to send multiple selected files to email tool?
2Horst.Epp
thanks for your reply.
I hope that is achieve throught hotkey or em command or plugins.
thanks for your reply.
I hope that is achieve throught hotkey or em command or plugins.
Re: How to send multiple files to email tool?
If your tool accepts such arguments, you can create button or user command with parameters %S or %P%S
Re: How to send multiple files to email tool?
Which email tool is that?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?
For Outlook f.ex. there is an example over there >> viewtopic.php?p=301262#p301262
Re: How to send multiple files to email tool?
Thunderbird.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
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
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
Re: How to send multiple files to email tool?
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"
Re: How to send multiple files to email tool?
That was only in the answer to my suggestion.Stefan2 wrote: 2023-05-15, 13:03 UTC That's only your opinion.
yq.yang wants to "achieve through hotkey"
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
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
Re: How to send multiple files to email tool?
Thank you everyone.
My email tool is foxmail.
I define an em_command and Add %P%S in parameters ,The problem has been resolved.
My email tool is foxmail.
I define an em_command and Add %P%S in parameters ,The problem has been resolved.
Re: How to send multiple files to email tool?
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
