Pages: 1
RSS
"Reply to all" ignores CC recipients
 
Hi there,

I received an email with 2 TO recipients and 10 CC recipients. When I tried to "Reply to all", only the 2 TO recipients where added and I had to manually add all the rest of them.

What is wrong ?
Thanks
 
I can't reproduce that behaviour. What version are you using?
Did you alter your reply template?
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
Hello  Roelof and thanks for replying.


I am using the latest version (3.99) and yes, I have changed my template (this must be the reason). Can you please tell me what I did and "broke" it ?

Thanks




Code
%Cursor
-----Original Message-----
From: %OFROMNAME <%OFROMADDR>
Sent: %ODATE, %OTIMELONG
To: %OTONAME <%OTOADDR>
CC: %CC=""
Subject: %OSUBJ
Attachments: <%OATTACHMENTS>
%Text
-----End of Original Message-----
 
You're emtying the CC: header with the %CC="" macro.
My guess is that you were looking for the %CCList macro. Another guess is that you'd prefer the effect of %ToList in stead of the %OTONAME <%OTOADDR> tat you're using now.
Check the help file for the effects. look for Macros->Alphabetic order
__________________________________
I'm just a user of The Bat! I don't work for Ritlabs.
 
%CCList  was the solution...

Thanks Roelof  !
Pages: 1