Closed RealRaven2000 closed 2 weeks ago
Test version below:
To install version above download zip file and drag the file into Thunderbird Add-ons Manager (do not extract contents, it won't install like that)
This new feature worked perfectly for me! Thank you for taking the time to address my issue referencing multiple addressees!
Implemented in 4.9 - published 11/11/2024
To simplify usage, the commands
header.set(to)
,header.set(cc)
,header.set(bcc)
could be expanded to accept multiple addressee parameters, like this:The address parameters can be the usual
name <email address>
oremail address
Currently you can only achieve multiple recipients by using a combination of commands like this:
It will also make sense to allow multiple parameters to
%header.append()%
- in order to keep the original recipient in a reply template and add multiple recipients in a single line.