Replies: 5 comments 2 replies
-
I won't be able to help much - I don't use Тhunderbird.
|
Beta Was this translation helpful? Give feedback.
-
Hi RubicBG, Thank you for answering :-) With the native Windows command prompt, Would you have any idea on how to fix it? On the other hand, for my Send each file to a different mail recipient feature, someone suggested the following (working) code:
It works fine, even if it is not as elegant as a fully integrated code, since a command prompt window opens then closes very quickly. Would to have an idea to avoid the command prompt window? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Wooo!!! Thank you for all your explanations :-) So here is the final code to implement the 3 options:
Thanks again RubicBG! |
Beta Was this translation helpful? Give feedback.
-
some ideas
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I spent a long time to search a functional way to send a file just right clicking on it in Windows 11, exactly as I did previously in Windows 10 with "Send to" -> "Mail recipient" ("Envoyer vers" -> "Destinataire" for French people).
But no way to have it working.
Looking forward, I discovered Nilesoft Shell and decided to give it a try.
I'm not a developper at all, and I needed time to read and understand how to do, but I finally found how to have it working and wanted to share it to the community.
I modified the shell.nss file adding the following code:
If you want, you can add some other arguments (I did it with the subject, but many are available here).
But it would be perfect if an experienced developper would help me to add 2 other items, since I initially planed to put a menu, then to show the items according to the number of selected files (thanks to single and multiple mode).
If more than one file is selected, those items woud have allowed to attach multiple files in 1 email for the first one and to send 1 file per email for the second one (i.e 3 e-mails with one file if 3 different files were initially selected).
My current "draft" is:
Beta Was this translation helpful? Give feedback.
All reactions