Since version 3.15, the following template doesn't insert the name correctly:
%from(bracketName(";"),bracketMail(),toclipboard)%
%header.set(to,clipboard)%
Apparently when copying to clipboard the name portion is malformed, creating the following result:
<Thunder Daily> <thunderbirddaily@gmail.com>
this will insert a faulty address into the to header and as such fail.
Expected behavior:
"Thunder Daily" <thunderbirddaily@gmail.com>
Since version 3.15, the following template doesn't insert the name correctly:
Apparently when copying to clipboard the name portion is malformed, creating the following result:
<Thunder Daily> <thunderbirddaily@gmail.com>this will insert a faulty address into the
toheader and as such fail.Expected behavior:
"Thunder Daily" <thunderbirddaily@gmail.com>