Pages: 1
RSS
Adding CC to forward email template, showing CC: in the Forwarded email
 
theBat! Pro 32 bit. latest version.
When I forward an email it shows the To: but not the CC: How would I add the CC: to the template?

I've looked in the Account/properties/Forward and see the following

This is a forwarded message From: %OFromName <%OFromAddr> To: %OToList
Date: %ODateEn, %OTimeLongEn Subject: %OSubj

===8<==============Original message text=============
%Text
===8<===========End of original message text===========

%Cursor

Can anyone steer me in the proper direction to figure out how to add the CC: into the template? Thanks
 
For the full list of available macros, see: https://www.ritlabs.com/en/support/help/73/

If you want to show the CC:(s) of the original message, it looks like you need %OCCLIST or %OCC
I volunteer as a moderator to help keep the forum tidy. I do not work for Ritlabs SRL.
 
Thanks.

I've tried

This is a forwarded message From: %OFromName <%OFromAddr> To: %OToList %OCCLIST
Date: %ODateEn, %OTimeLongEn Subject: %OSubj

===8<==============Original message text=============
%Text
===8<===========End of original message text===========

%Cursor

This is a forwarded message From: %OFromName <%OFromAddr> To: %OToList %OCC
Date: %ODateEn, %OTimeLongEn Subject: %OSubj

===8<==============Original message text=============
%Text
===8<===========End of original message text===========

%Cursor

and even starting guessing....

This is a forwarded message From: %OFromName <%OFromAddr> To: %OToList CC:%OCCLIST
Date: %ODateEn, %OTimeLongEn Subject: %OSubj

===8<==============Original message text=============
%Text
===8<===========End of original message text===========

%Cursor

I change the template and restart the program, but nothing I've tried makes a difference.
 
Quote
Doug Fitzpatrick wrote:

[...]
I change the template and restart the program, but nothing I've tried makes a difference.
Do you have any recipient in CC filed of the original message? What template you have modified? For example, the folder templates are higher priority than account templates, so check if you have ones.
 
Maybe it is as simple as:
- Click Forward on a message
- Right click the To: field in the message editor (the part where "To:" is, not the recipients)
- Check CC: in the pop-up menu
Edited: Miloš Radovanović - 30 November 2022 12:14:43 (Added text in parenthesis)
 
This is my Forward template.  You can see how the CC is specified in it:

%Cursor
=================Original message text===============
From: %OFromName <%OFromAddr>
To: %OToList
CC: %OCCList
Subject: %OFullSubj
Date: %ODate %OTimeLong

%Text
==============End of original message text===========

Ron
 
Quote
Zygmunt Wereszczyński wrote:
Quote
Doug Fitzpatrick wrote:

[...]
I change the template and restart the program, but nothing I've tried makes a difference.
Do you have any recipient in CC filed of the original message? What template you have modified? For example, the folder templates are higher priority than account templates, so check if you have ones.
Yes there is a recipient in the CC field. I modified the Account template. Should I be adding it to the Folder template?
 
Quote
Miloš Radovanović wrote:
Maybe it is as simple as:
- Click Forward on a message
- Right click the To: field in the message editor (the part where "To:" is, not the recipients)
- Check CC: in the pop-up menu
CC is checked in the pop-up
 
Quote
ronz wrote:
This is my Forward template.  You can see how the CC is specified in it:

%Cursor
=================Original message text===============
From: %OFromName <%OFromAddr>
To: %OToList
CC: %OCCList
Subject: %OFullSubj
Date: %ODate %OTimeLong

%Text
==============End of original message text===========

Ron
I used your template and modified the Folders/Properties/Template/Forward/ and the CC field now shows up in a Forwarded email. Thank you.  
Pages: 1