Hi
how can i send multiple file via thunderbird?
I have create a custom button with %P%S parameters
I select multiple files but only 1 file it's attached
that weird ,it's not my default email client and i don't want to be
I tried sendTo and happen the same thing
thanks
how can i send multiple file via thunderbird?
Moderators: Hacker, petermad, Stefan2, white
how can i send multiple file via thunderbird?
love Total Commander , best file manager ever made
Re: how can i send multiple file via thunderbird?
This is probably an issue with thunderbird command line.. (if you use this method)
The parameter attachement need 1 file only
Can you try to have multiple times the attachement parameter with each file using a batch or from command line to test if it works.
The parameter attachement need 1 file only
Can you try to have multiple times the attachement parameter with each file using a batch or from command line to test if it works.
Re: how can i send multiple file via thunderbird?
One example
thunderbird.exe -compose to="info@gmail.com" ,subject="SubjectText" ,body="bodytext" ,attachment='D:\File.txt,D:\File2.txt'
thunderbird.exe -compose to="info@gmail.com" ,subject="SubjectText" ,body="bodytext" ,attachment='D:\File.txt,D:\File2.txt'
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: how can i send multiple file via thunderbird?
Horst.Epp wrote: 2021-02-13, 13:04 UTC One example
thunderbird.exe -compose to="info@gmail.com" ,subject="SubjectText" ,body="bodytext" ,attachment='D:\File.txt,D:\File2.txt'
Hinsp wrote: 2021-02-13, 10:44 UTC This is probably an issue with thunderbird command line.. (if you use this method)
The parameter attachement need 1 file only
Can you try to have multiple times the attachement parameter with each file using a batch or from command line to test if it works.
i have tried to send with multiple parameters and using '%P%S'
nothing
do you use a plugin to send email via total commander?
thanks
love Total Commander , best file manager ever made
Re: how can i send multiple file via thunderbird?
2giulia
The problem is that %P%S makes a list of file names separated with spaces, but Thunderbirds command line expects the file names to be separated with commas.
You could use: %C1,%C2,%C3 in stead, but this will for example only work with exactly 3 selected files. (you can use up to %C9)
Isn't it easier to just select the files and then drag and drop them to the little attachment window in Thunderbirds Compose dialog?
Example button for 3 attached files:
The problem is that %P%S makes a list of file names separated with spaces, but Thunderbirds command line expects the file names to be separated with commas.
You could use: %C1,%C2,%C3 in stead, but this will for example only work with exactly 3 selected files. (you can use up to %C9)
Isn't it easier to just select the files and then drag and drop them to the little attachment window in Thunderbirds Compose dialog?
Example button for 3 attached files:
Code: Select all
TOTALCMD#BAR#DATA
"C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe" -compose
"body='See attached file %N',attachment='%P%N'"
wcmicons.dll,28
Thunderbird e-mail with 3 attachments
-1
To make the button:
1. Mark the text in the box here above (click SELECT ALL).
2. Copy it to the ClipBoard (press Ctrl+C).
3. Right click on TC's buttonbar and choose "Paste".
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